diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-03-05 20:42:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 20:42:57 -0800 |
commit | 6055b1fbb2b33778fed532264a4db6eb59a116af (patch) | |
tree | 98c7a1b7640857ac7d8db1a1949998835deb0eeb /src/components/profile/UniversityIcon.tsx | |
parent | 18474b59861e6cac5566c5e1202f4b59fc2357a1 (diff) | |
parent | 8abf1f184d31792e5a531c16b9a00da39f7548ec (diff) |
Merge branch 'master' into badge-animation
Diffstat (limited to 'src/components/profile/UniversityIcon.tsx')
-rw-r--r-- | src/components/profile/UniversityIcon.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/UniversityIcon.tsx b/src/components/profile/UniversityIcon.tsx index 097b01dd..d4b9a5dd 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -17,6 +17,7 @@ const UniversityIcon: React.FC<UniversityIconProps> = ({ imageStyle, university, university_class, + imageStyle, }) => { var universityIcon; switch (university) { |