Skip to content

Commit

Permalink
feat: my tasks filters
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jul 30, 2024
1 parent 2403d54 commit 4a56be7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webapp/src/views/myTasks/MyTasksView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,13 @@ export const MyTasksView = () => {
<DashboardPage>
<BaseView
windowTitle={t('my_tasks_title')}
title={t('tasks_view_title')}
maxWidth={800}
navigation={[
[null, LINKS.ROOT.build(), <Home key={0} fontSize="small" />],
[t('my_tasks_title'), LINKS.MY_TASKS.build()],
]}
>
<Box sx={{ mt: '20px', mb: 2, display: 'flex' }}>
<Typography variant="h6">{t('my_tasks_title')}</Typography>
</Box>
<MyTasksHeader
sx={{ mb: '20px', mt: '-12px' }}
onSearchChange={setSearch}
Expand Down

0 comments on commit 4a56be7

Please sign in to comment.