From e2da3142b556d68fced2e2d94a99ada258bf609c Mon Sep 17 00:00:00 2001 From: Eric NGUYEN Date: Fri, 23 Sep 2022 09:29:16 +0200 Subject: [PATCH] Bar: Remove missing function --- src/Components/Bar/Bar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Bar/Bar.tsx b/src/Components/Bar/Bar.tsx index 0717b43..dab9326 100644 --- a/src/Components/Bar/Bar.tsx +++ b/src/Components/Bar/Bar.tsx @@ -13,7 +13,6 @@ interface IBarProps { toggleSymbols: () => void toggleTimeline: () => void toggleMessages: () => void - goHome: () => void } export const BAR_WIDTH = 64; // 4rem