From 0c512ea9bc2ad75b1ae356fa7166044510750581 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 26 May 2021 19:16:55 -0400 Subject: Fix issue for TaggFooter, Delete works --- src/routes/main/MainStackNavigator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') 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; -- cgit v1.2.3-70-g09d2