diff --git a/src/screens/history/HistoryScreen.tsx b/src/screens/history/HistoryScreen.tsx index 5fe598a0d..d13b90204 100644 --- a/src/screens/history/HistoryScreen.tsx +++ b/src/screens/history/HistoryScreen.tsx @@ -15,8 +15,9 @@ import { History } from '@database/types'; import { getString } from '@strings/translations'; import ClearHistoryDialog from './components/ClearHistoryDialog'; import HistorySkeletonLoading from './components/HistorySkeletonLoading'; +import { HistoryScreenProps } from '@navigators/types'; -const HistoryScreen = () => { +const HistoryScreen = ({ navigation }: HistoryScreenProps) => { const theme = useTheme(); const { isLoading,