diff --git a/screens/History/HistoryScreen.tsx b/screens/History/HistoryScreen.tsx index 11e53943..aa7eff6d 100644 --- a/screens/History/HistoryScreen.tsx +++ b/screens/History/HistoryScreen.tsx @@ -2,7 +2,7 @@ import React from 'react'; import {RefreshControl} from 'react-native'; import {Icon} from 'react-native-elements'; import {useTranslation} from 'react-i18next'; -import {Centered, Column, Text} from '../../components/ui'; +import {Column, HorizontallyCentered, Text} from '../../components/ui'; import {useHistoryTab} from './HistoryScreenController'; import {ActivityLogText} from '../../components/ActivityLogText'; import {MainRouteProps} from '../../routes/main'; @@ -15,6 +15,7 @@ export const HistoryScreen: React.FC = () => { return ( + = () => { onRefresh={controller.REFRESH} /> }> - {controller.activities.map(activity => ( = () => { /> ))} {controller.activities.length === 0 && ( - + = () => { margin="0 0 4 0"> {t('noHistory')} - + )}