Merge branch 'task-169-fix/my_tasks_main_page' into 'development'

#169 exchange of weekcalendar to mytask component in router '/'

See merge request !137
parents da0ea8d0 a5ad3628
...@@ -48,7 +48,8 @@ const App = () => { ...@@ -48,7 +48,8 @@ const App = () => {
isAllowed={user} isAllowed={user}
redirectUrl={"/sign-in"} redirectUrl={"/sign-in"}
> >
<WeekCalendar /> <MyTasks />
{/* <WeekCalendar /> */}
</ProtectedRoute> </ProtectedRoute>
} /> } />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment