From 3d67ad13b62590327453827c223b56c17c2eb108 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 21 Feb 2019 21:36:08 +0000 Subject: [PATCH] Remove redundant semi-colons. --- src/Settings/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Settings/index.tsx b/src/Settings/index.tsx index f332ca3..0251522 100644 --- a/src/Settings/index.tsx +++ b/src/Settings/index.tsx @@ -15,11 +15,11 @@ import AppBarOverride from '../widgets/AppBarOverride'; interface PropsType { history: History; -}; +} interface PropsTypeInner extends PropsType { settings: SettingsType; -}; +} class Settings extends React.PureComponent { constructor(props: any) {