aboutsummaryrefslogtreecommitdiff
path: root/src/components/search/SearchResultCell.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-24 11:03:19 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-24 16:11:31 -0700
commit2222579eea6b2de8b093c9201100335067bd51eb (patch)
tree0345b298190c5e2b40d084ca9569ec2becf73fd5 /src/components/search/SearchResultCell.tsx
parent47bb3139e4ff697d7a6ca81c8146fc7372adafa9 (diff)
Bunch of TODOs for Cornell Changes
Diffstat (limited to 'src/components/search/SearchResultCell.tsx')
-rw-r--r--src/components/search/SearchResultCell.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/search/SearchResultCell.tsx b/src/components/search/SearchResultCell.tsx
index 9a8216e5..3379d789 100644
--- a/src/components/search/SearchResultCell.tsx
+++ b/src/components/search/SearchResultCell.tsx
@@ -153,7 +153,7 @@ const SearchResultsCell: React.FC<SearchResults> = ({
<View style={[styles.imageContainer, styles.categoryBackground]}>
<Image
resizeMode="contain"
- source={category === 'Brown' ? universityIcon() : searchIcon()}
+ source={category === 'Brown' ? universityIcon() : searchIcon()} //TODO: Change
style={styles.categoryImage}
/>
</View>