Skip to content

Commit

Permalink
πŸ‘³β€β™‚οΈ Comma removal (#1051)
Browse files Browse the repository at this point in the history
* removed commas

* removed commas
  • Loading branch information
binary-exe authored Jun 4, 2024
1 parent 6ecb468 commit 25ffa98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/CreateMeetingLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ function Meeting() {
>
{t("meeting.generateButton")}
</Button>
,
<div>
<Button
ref={joinButtonRef}
Expand All @@ -138,17 +137,15 @@ function Meeting() {
>
{t("meeting.joinMeeting")}
</Button>
,
<Button
key="cancel"
style={{ marginLeft: "8px" }}
onClick={handleCancel}
>
{t("meeting.cancelButton")}
</Button>
,
</div>
</div>,
</div>
]}
>
<div>
Expand Down

0 comments on commit 25ffa98

Please sign in to comment.