Skip to content

Commit

Permalink
fix: missing history navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed Nov 26, 2024
1 parent ff771fd commit 5db79a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/history/HistoryScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5db79a0

Please sign in to comment.