Skip to content

Commit

Permalink
Merge pull request #1168 from hackclub/malted/tavern-rsvp-rewrite
Browse files Browse the repository at this point in the history
malted/tavern rsvp rewrite
  • Loading branch information
malted authored Feb 3, 2025
2 parents 6e9e734 + 9b0a14e commit 033b44b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/harbor/tavern/tavern.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,12 @@ const RsvpStatusSwitcher = ({
})
}
}}
className="flex flex-col justify-items-stretch"
className="flex flex-col justify-items-stretch gap-2"
>
{erroredFetches.includes('rsvpStatus') ? (
<p className="text-red-500">
Failed to load your current RSVP status.
</p>
) : !rsvpStatus ? (
<p>Loading RSVP status selection...</p>
) : (
<>
<label>
Expand Down

0 comments on commit 033b44b

Please sign in to comment.