Skip to content

Commit

Permalink
Clean up Prettier spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEgghead27 committed Oct 23, 2023
1 parent 1a3f81f commit 9beb9f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/comps/meetings/MeetingPreviewDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@ const MeetingPreviewDialog = () => {
<AppBar color={"secondary"} sx={classes.appBar} enableColorOnDark>
<Toolbar>
<Typography variant="h6" sx={classes.title}>
Meeting Preview:{" "}
Meeting Preview:
</Typography>
{user?.adminRoles?.some(s => s.role === "meetings") && (
<Button onClick={copyMeetingId} sx={classes.button}>
{" "}
Copy ID{" "}
Copy ID
</Button>
)}
<IconButton edge="end" color="inherit" onClick={closeDialog} aria-label="close" size="large">
Expand Down

0 comments on commit 9beb9f2

Please sign in to comment.