Skip to content

Commit

Permalink
Removed unnescessary text under verified studentstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Brecke committed Feb 27, 2024
1 parent 0d01ead commit f037c96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/routes/users/components/StudentConfirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,6 @@ const StudentConfirmation = () => {
<Button success onClick={() => performStudentAuth()}>
Verifiser med FEIDE
</Button>
{currentUser.isStudent !== null && (
<p className={styles.infoText}>
Du har allerede verifisert din status. Dersom du har byttet studie og
ønsker å bli medlem av Abakus, kan du verifisere deg på nytt og vi vil
oppdatere statusen din dersom du er registrert riktig på StudentWeb.
</p>
)}

<Modal
show={showMemberModal}
Expand Down

0 comments on commit f037c96

Please sign in to comment.