@@ -12,7 +12,7 @@ export default function TasksPageComponent({bodyshop, currentUser, type}) {
|
||||
currentUser={currentUser}/>
|
||||
case taskPageTypes.ALL_TASKS:
|
||||
return <TaskListContainer query={QUERY_ALL_TASKS_PAGINATED} bodyshop={bodyshop}
|
||||
titleTranslation={'tasks.titles.my_tasks'}
|
||||
titleTranslation={'tasks.titles.all_tasks'}
|
||||
currentUser={currentUser}/>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user