@@ -5,7 +5,7 @@ export default function TasksPageComponent({bodyshop, currentUser}) {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<TaskListContainer />
|
||||
<TaskListContainer bodyshop={bodyshop} currentUser={currentUser} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user