Skip to content

Commit

Permalink
Remove rejected and pending approval tags (not relevant for students,…
Browse files Browse the repository at this point in the history
… who see latest approved version or no club at all)
  • Loading branch information
julianweng committed Oct 11, 2024
1 parent 5699d39 commit 8acabe3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/components/ClubCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@ const ClubCard = ({ club, fullWidth }: ClubCardProps): ReactElement => {
{!active && (
<InactiveTag className="tag is-rounded">Inactive</InactiveTag>
)}
{approved === null && (
<InactiveTag className="tag is-rounded">
Pending Approval
</InactiveTag>
)}
{approved === false && (
<InactiveTag className="tag is-rounded">Rejected</InactiveTag>
)}
<TagGroup tags={tags} />
</div>
{img && (
Expand Down

0 comments on commit 8acabe3

Please sign in to comment.