aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/components
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-08-10 02:08:49 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-08-10 02:08:49 -0400
commite9745683748ac5ecfdf704607441a3204d8c5516 (patch)
tree34004796c608c7c287402582fc23e2a0c8ba1e86 /src/views/components
parentb5f17dc7a6f706a302d01fc129f5bf7edf6d8471 (diff)
downloaddonetick-frontend-e9745683748ac5ecfdf704607441a3204d8c5516.tar.gz
donetick-frontend-e9745683748ac5ecfdf704607441a3204d8c5516.tar.bz2
donetick-frontend-e9745683748ac5ecfdf704607441a3204d8c5516.zip
Update Fetcher.jsx to include UpdateChoreAssignee function and ChoreCard.jsx to handle assignee change
Diffstat (limited to '')
-rw-r--r--src/views/components/NavBar.jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx
index 832a112..5537246 100644
--- a/src/views/components/NavBar.jsx
+++ b/src/views/components/NavBar.jsx
@@ -30,11 +30,11 @@ const links = [
label: 'Home',
icon: <HomeOutlined />,
},
- {
- to: '/chores',
- label: 'Desktop View',
- icon: <ListAltRounded />,
- },
+ // {
+ // to: '/chores',
+ // label: 'Desktop View',
+ // icon: <ListAltRounded />,
+ // },
{
to: '/things',
label: 'Things',