Skip to content

Commit

Permalink
๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ Removed commas (#1052)
Browse files Browse the repository at this point in the history
removed commas
  • Loading branch information
binary-exe authored Jun 4, 2024
1 parent aa56b36 commit 89bb068
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 @@ -125,7 +125,6 @@ function Meeting() {
>
{t("meeting.generateButton")}
</Button>
,
<div>
<Button
ref={joinButtonRef}
Expand All @@ -135,17 +134,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 89bb068

Please sign in to comment.