diff --git a/frontend/app/components/auth-panel/auth-panel.tsx b/frontend/app/components/auth-panel/auth-panel.tsx index 03a71b3a..b548afaf 100644 --- a/frontend/app/components/auth-panel/auth-panel.tsx +++ b/frontend/app/components/auth-panel/auth-panel.tsx @@ -324,7 +324,7 @@ function getSortArray(currentSort: Sorting, intl: IntlShape) { }); } -export default function(props: OwnProps) { +export default function AuthPanelConnected(props: OwnProps) { const intl = useIntl(); const theme = useTheme(); const provider = useSelector(state => state.provider);