Use named function for AuthPanel wrapped component

This commit is contained in:
Pavel Mineev
2020-03-12 15:44:31 -05:00
committed by Umputun
parent 93fd445bd4
commit c9485fab3f
@@ -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);