Skip to content

Commit

Permalink
Typofix: typo fix in details.tsx.ejs screen (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmg authored Nov 4, 2024
1 parent 6faacce commit cf49336
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { StyleSheet, View } from 'react-native';

import { RootStackParamList } from '../navigation';

type DetailsSreenRouteProp = RouteProp<RootStackParamList, 'Details'>;
type DetailsScreenRouteProp = RouteProp<RootStackParamList, 'Details'>;

export default function Details() {
const router = useRoute<DetailsSreenRouteProp>();
const router = useRoute<DetailsScreenRouteProp>();

return (
<View style={styles.container}>
Expand Down

0 comments on commit cf49336

Please sign in to comment.