diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-04-19 16:08:32 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-04-19 16:08:32 -0400 |
| commit | c477ebfd00e3898814721b8316a47cf14f1740c4 (patch) | |
| tree | 1fa39c8eb7faee396b95d96f69dee976e9370b5d /src/screens | |
| parent | f447d522769805a3db4b753be32d9c523c378db5 (diff) | |
fixed route bug
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/profile/CategorySelection.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CategorySelection.tsx b/src/screens/profile/CategorySelection.tsx index d3958025..c3e45e98 100644 --- a/src/screens/profile/CategorySelection.tsx +++ b/src/screens/profile/CategorySelection.tsx @@ -37,7 +37,7 @@ interface CategorySelectionProps { navigation: CategorySelectionNavigationProps; } -const CategorySelection: React.FC<CategorySelectioProps> = ({ +const CategorySelection: React.FC<CategorySelectionProps> = ({ route, navigation, }) => { |
