diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-23 14:16:52 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-23 14:16:52 -0700 |
commit | 70ff4dc0c8d8fa7b05087c6dbc08f2def895b922 (patch) | |
tree | 157aeb092533cfd2a5ef4d7a5ecea78169eba297 /src/components/profile/ProfileHeader.tsx | |
parent | ad99a4434ada452e4b068a8c537b1d2e89d08ada (diff) |
Added interface
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r-- | src/components/profile/ProfileHeader.tsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx index 8411d2cc..89d41d57 100644 --- a/src/components/profile/ProfileHeader.tsx +++ b/src/components/profile/ProfileHeader.tsx @@ -80,9 +80,11 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({ /> {measure && ( <BadgeTutorialScreen - university={university} - university_class={university_class} - layout={measure} + uniIconProps={{ + university: university, + university_class: university_class, + layout: measure, + }} setShowBadgeTutorial={setShowBadgeTutorial} /> )} |