diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-03-05 23:48:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 23:48:23 -0500 |
commit | cae6a7f3b8cc35c60f99e503d328c134959e13ec (patch) | |
tree | 98c7a1b7640857ac7d8db1a1949998835deb0eeb /src/components/profile/UniversityIcon.tsx | |
parent | 8abf1f184d31792e5a531c16b9a00da39f7548ec (diff) | |
parent | 6055b1fbb2b33778fed532264a4db6eb59a116af (diff) |
Merge pull request #282 from shravyaramesh/badge-animation
[TMA-630] 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 48cfe3dc..d4b9a5dd 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -14,6 +14,7 @@ export interface UniversityIconProps extends ViewProps { */ const UniversityIcon: React.FC<UniversityIconProps> = ({ style, + imageStyle, university, university_class, imageStyle, |