Skip to content

Commit

Permalink
Fix profile frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerviba committed Nov 17, 2023
1 parent 238c01c commit 95d6bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/profile/profile.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const ProfilePage = ({}: Props) => {
</>
)}

{component.showQr && <ProfileQR profile={profile} component={component} />}
{component.showQr && profile.cmschId && <ProfileQR profile={profile} component={component} />}
{(component.showTasks || component.showRiddles || component.showTokens) && <Divider my={10} borderWidth={2} />}
<Flex justify="center" alignItems="center" flexWrap="wrap">
{component.showTasks && (
Expand Down

1 comment on commit 95d6bed

@vercel
Copy link

@vercel vercel bot commented on 95d6bed Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cmsch-golyabal – ./frontend

cmsch-golyabal-kir-dev.vercel.app
golyabal.sch.bme.hu
cmsch-golyabal-git-master-kir-dev.vercel.app

Please sign in to comment.