Skip to content

Commit 2b21bd1

Browse files
committed
Fix Do menu
1 parent eb0883f commit 2b21bd1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/constants/apps.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ export const APP_CATEGORIES = [
5757
path: "/community-admin",
5858
menu: [],
5959
roles: ["Community Admin"],
60-
},
60+
}
61+
],
62+
},
63+
{
64+
category: "Do",
65+
apps: [
6166
{
62-
category: "Do",
63-
apps: [
64-
{
65-
title: "Earn",
66-
icon: earnIcon,
67-
path: "/earn",
68-
menu: [],
69-
},
70-
],
67+
title: "Earn",
68+
icon: earnIcon,
69+
path: "/earn",
70+
menu: [],
7171
},
7272
],
7373
},

0 commit comments

Comments
 (0)