aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-08 20:53:03 -0500
committerGitHub <noreply@github.com>2021-03-08 20:53:03 -0500
commit5298bb3a1620f6906af5041bfe15d1ac7b6325d9 (patch)
treebb0df686ffdb8afe16c242532c6dcfd7038c7018 /src/routes
parentd77f43663fbe409b011b5509bcbff3d07f8ded55 (diff)
parent64a454efe603455f17a401a9d2c75e72f22c1f4f (diff)
Merge pull request #287 from IvanIFChen/tma684-search-for-badges
[TMA-684] Support to Search Badges
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/main/MainStackNavigator.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx
index 8953cfe0..10b8ec3d 100644
--- a/src/routes/main/MainStackNavigator.tsx
+++ b/src/routes/main/MainStackNavigator.tsx
@@ -22,6 +22,7 @@ export type MainStackParams = {
screenType: ScreenType;
};
DiscoverUsers: {
+ type: 'badges' | 'categories' | 'users';
searchCategory: SearchCategoryType;
};
Profile: {