From affd0d0325d4cbf1aeda52d51de70d4abeeff7c7 Mon Sep 17 00:00:00 2001 From: Simba Date: Sat, 2 Jan 2021 14:05:21 +0800 Subject: [PATCH] all-files menu navigate to all files index. --- src/pages/layout/SideLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/layout/SideLayout.tsx b/src/pages/layout/SideLayout.tsx index 62c3037..06a8f4f 100644 --- a/src/pages/layout/SideLayout.tsx +++ b/src/pages/layout/SideLayout.tsx @@ -87,7 +87,7 @@ export default class SideLayout extends TankComponent { {menuItems.map((menuItem: MenuItem, index: number) => {