|
|
|
@ -60,6 +60,7 @@ export const MatchSidePlaylists = ({ |
|
|
|
hideProfileCard, |
|
|
|
hideProfileCard, |
|
|
|
matchPlaylists: playlists, |
|
|
|
matchPlaylists: playlists, |
|
|
|
profile, |
|
|
|
profile, |
|
|
|
|
|
|
|
profileCardShown, |
|
|
|
selectedTab, |
|
|
|
selectedTab, |
|
|
|
showProfileCard, |
|
|
|
showProfileCard, |
|
|
|
tournamentData, |
|
|
|
tournamentData, |
|
|
|
@ -137,6 +138,7 @@ export const MatchSidePlaylists = ({ |
|
|
|
data-step={Steps.Welcome} |
|
|
|
data-step={Steps.Welcome} |
|
|
|
highlighted={Boolean(isOpen) && currentStep === Steps.Welcome} |
|
|
|
highlighted={Boolean(isOpen) && currentStep === Steps.Welcome} |
|
|
|
isTourOpen={Boolean(isOpen)} |
|
|
|
isTourOpen={Boolean(isOpen)} |
|
|
|
|
|
|
|
isHidden={!profileCardShown} |
|
|
|
> |
|
|
|
> |
|
|
|
<TabsWrapper> |
|
|
|
<TabsWrapper> |
|
|
|
<TabsGroup hasLessThanFourTabs={hasLessThanFourTabs}> |
|
|
|
<TabsGroup hasLessThanFourTabs={hasLessThanFourTabs}> |
|
|
|
|