diff options
| author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 11:03:19 -0700 |
|---|---|---|
| committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 16:11:31 -0700 |
| commit | 2222579eea6b2de8b093c9201100335067bd51eb (patch) | |
| tree | 0345b298190c5e2b40d084ca9569ec2becf73fd5 /src/components/suggestedPeople | |
| parent | 47bb3139e4ff697d7a6ca81c8146fc7372adafa9 (diff) | |
Bunch of TODOs for Cornell Changes
Diffstat (limited to 'src/components/suggestedPeople')
| -rw-r--r-- | src/components/suggestedPeople/BadgesDropdown.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/suggestedPeople/BadgesDropdown.tsx b/src/components/suggestedPeople/BadgesDropdown.tsx index 99c03057..3cf9775b 100644 --- a/src/components/suggestedPeople/BadgesDropdown.tsx +++ b/src/components/suggestedPeople/BadgesDropdown.tsx @@ -81,13 +81,13 @@ const BadgesDropdown: React.FC<BadgesDropdownProps> = ({ }}> {displayBadges ? ( <UniversityIconClicked - university="brown" + university="brown" //TODO: Change style={styles.universityIconContainer} imageStyle={{width: normalize(31), height: normalize(38)}} /> ) : ( <UniversityIcon - university="brown" + university="brown" //TODO: Change style={styles.universityIconContainer} imageStyle={{width: normalize(31), height: normalize(38)}} /> |
