Skip to content

Commit

Permalink
removed chcem riesit button
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmasrna1 committed Nov 11, 2023
1 parent e00d536 commit 323a856
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/Problems/Problems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,7 @@ export const Problems: FC = () => {
</div>
</div>
</div>

<div className={styles.sideContainer}>
{!isRegistered && canRegister ? (
<div onClick={() => registerToSemester(id.semesterId)} className={styles.registerButton}>
Chcem riešiť!
</div>
) : (
// sideCointainer grid rata s tymto childom, aj ked prazdnym
<div />
)}
{displaySideContent.type === 'discussion' && (
<Discussion
problemId={displaySideContent.problemId}
Expand Down

0 comments on commit 323a856

Please sign in to comment.