diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:16:55 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:16:55 -0400 |
| commit | 0c512ea9bc2ad75b1ae356fa7166044510750581 (patch) | |
| tree | a6d4b6cdd7824def711b05f112b0939edafbe766 /src/routes | |
| parent | e2a17e5ec691252164cdd11fb2e769aa8b83addc (diff) | |
Fix issue for TaggFooter, Delete works
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/main/MainStackNavigator.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx index 9ca11458..805c8140 100644 --- a/src/routes/main/MainStackNavigator.tsx +++ b/src/routes/main/MainStackNavigator.tsx @@ -49,7 +49,7 @@ export type MainStackParams = { selectedTags?: MomentTagType[]; }; TagSelectionScreen: { - selectedUsers: ProfilePreviewType[]; + selectedTags: MomentTagType[]; }; IndividualMoment: { moment: MomentType; |
