Skip to content

Commit bffc6bb

Browse files
Implement: Change Umbrella of Event in Frontend (#309)
1 parent bcfb454 commit bffc6bb

3 files changed

Lines changed: 145 additions & 103 deletions

File tree

frontend/components/dialog/events/event-dialog.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ export function EventDialog({
3636
<DialogTitle>Event Dialog für ${event?.title}</DialogTitle>
3737
</VisuallyHidden>
3838
<DialogContent
39-
className={
40-
"sm:!min-w-[800px] !max-h-[90vh] [&>button:last-child]:hidden"
41-
}
39+
className={"sm:!min-w-[800px] !max-h-[90vh] [&>button:last-child]:hidden"}
4240
>
43-
{user?.role === Role.Admin ? (
41+
{user?.role === Role.Admin ? (
4442
<>
4543
<DialogHeader>
4644
<DialogTitle className={"flex justify-between items-center"}>

0 commit comments

Comments
 (0)