diff options
| author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 11:10:08 -0700 |
|---|---|---|
| committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 16:11:31 -0700 |
| commit | 592cb776068b2f1daf90755e04b33cdeba2bb947 (patch) | |
| tree | b5b12a1029778de73f7b344f4520c767fd59b6f2 /src/screens/search | |
| parent | 2222579eea6b2de8b093c9201100335067bd51eb (diff) | |
Bunch of Todos + icon updates
Diffstat (limited to 'src/screens/search')
| -rw-r--r-- | src/screens/search/SearchScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx index 28e24299..ea660ed9 100644 --- a/src/screens/search/SearchScreen.tsx +++ b/src/screens/search/SearchScreen.tsx @@ -50,7 +50,7 @@ const SearchScreen: React.FC = () => { const top = Animated.useValue(-SCREEN_HEIGHT); const defaultButtons: SearchCategoryType[] = [21, 22, 23, 24].map((year) => ({ id: -1, - name: `Brown '${year}`, //TODO: Change + name: `Brown '${year}`, //TODO: Update for Cornell category: 'Brown', })); const [keyboardVisible, setKeyboardVisible] = React.useState( |
