pass showGranblueId to ProfileHeader

This commit is contained in:
Justin Edmund 2025-12-14 01:52:10 -08:00
parent 930627c71c
commit 04b91a638d
3 changed files with 3 additions and 0 deletions

View file

@ -73,6 +73,7 @@
avatarPicture={data.user?.avatar?.picture}
element={data.user?.avatar?.element}
granblueId={data.user?.granblueId}
showGranblueId={data.user?.showGranblueId}
showCrewGamertag={data.user?.showCrewGamertag}
crewGamertag={data.user?.crewGamertag}
activeTab="teams"

View file

@ -61,6 +61,7 @@
avatarPicture={data.user?.avatar?.picture}
element={data.user?.avatar?.element}
granblueId={data.user?.granblueId}
showGranblueId={data.user?.showGranblueId}
showCrewGamertag={data.user?.showCrewGamertag}
crewGamertag={data.user?.crewGamertag}
title={username ?? ''}

View file

@ -51,6 +51,7 @@
avatarPicture={data.user?.avatar?.picture}
element={data.user?.avatar?.element}
granblueId={data.user?.granblueId}
showGranblueId={data.user?.showGranblueId}
showCrewGamertag={data.user?.showCrewGamertag}
crewGamertag={data.user?.crewGamertag}
activeTab="favorites"