diff --git a/src/routes/safe/components/Layout.jsx b/src/routes/safe/components/Layout.jsx index 5e4ada9f..d7716453 100644 --- a/src/routes/safe/components/Layout.jsx +++ b/src/routes/safe/components/Layout.jsx @@ -32,10 +32,11 @@ type State = { tabIndex: number, } -type Props = SelectorProps & Actions & { - classes: Object, - granted: boolean, -} +type Props = SelectorProps & + Actions & { + classes: Object, + granted: boolean, + } const openIconStyle = { height: '16px', @@ -149,7 +150,7 @@ class Layout extends React.Component { - + {tabIndex === 0 && (