Skip to content

Commit

Permalink
Use named function for AuthPanel wrapped component
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev authored Mar 12, 2020
1 parent 379b23c commit 35bfadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/auth-panel/auth-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<StoreState, ProviderState>(state => state.provider);
Expand Down

0 comments on commit 35bfadd

Please sign in to comment.