Skip to content

Commit

Permalink
Add istanbul comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Dec 29, 2024
1 parent 72d46e8 commit 4fbdd2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions react/src/pages/MeetingRoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const MeetingRoom = React.memo((props) => {

const pinLayout = (typeof firstPinnedParticipant !== "undefined");

/* istanbul ignore next */
return (
<Container
id="meeting-room"
Expand Down
1 change: 1 addition & 0 deletions react/src/pages/WaitingRoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ function WaitingRoom(props) {
);
}

/* istanbul ignore next */
return (
<Container
id="waiting-room"
Expand Down

0 comments on commit 4fbdd2f

Please sign in to comment.