From 40fcc9d1988bdc642fa200b57f5afc028b6673cf Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Tue, 22 Dec 2020 19:06:43 -0300 Subject: [PATCH 01/10] Small Fixes --- client/components/Header/Header.tsx | 4 ++-- client/components/ScrollableContentWrapper.tsx | 10 +++++----- client/components/VerticalBar.js | 2 +- client/views/room/Header/Header.js | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/components/Header/Header.tsx b/client/components/Header/Header.tsx index 65121623afa4e..a93ecb00bc4f7 100644 --- a/client/components/Header/Header.tsx +++ b/client/components/Header/Header.tsx @@ -9,7 +9,7 @@ const Row: FC = (props: any) => = ({ icon }) => icon && {React.isValidElement(icon) ? icon : }; -const ToolBox: FC = (props: any) => ; +const ToolBox: FC = (props: any) => ; const ToolBoxAction: FC = ({ id, icon, title, action, className, tabId, index, ...props }: any) =>