diff --git a/src/components/HighlightButton.tsx b/src/components/HighlightButton.tsx index 3e9d267b..b86448a2 100644 --- a/src/components/HighlightButton.tsx +++ b/src/components/HighlightButton.tsx @@ -41,45 +41,36 @@ export const HighlightButton = React.forwardRef - - + + ) } ) diff --git a/src/components/ThreePaneLayout.tsx b/src/components/ThreePaneLayout.tsx index 255982c9..b3912f90 100644 --- a/src/components/ThreePaneLayout.tsx +++ b/src/components/ThreePaneLayout.tsx @@ -359,42 +359,33 @@ const ThreePaneLayout: React.FC = (props) => { {props.support} ) : ( - <> - - {props.hasActiveAccount && ( - - )} - + )}
= (props) => { />
+ {props.hasActiveAccount && ( + + )}