Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
HeloiseFerla committed Jan 19, 2022
1 parent 8c7b008 commit 448281b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Meeting/Room/Share/SharePopup/index.jsx
Expand Up @@ -35,7 +35,6 @@ export default function SharePopup({
.get(
`${process.env.REACT_APP_API_URL}/meeting?id=${reservation.roomId}&slot=${reservation.slot}`
)

.then(({ data }) => {
if (data[0]) {
const tempParticipants = Array.from(participants, ({ id }) => [
Expand Down

0 comments on commit 448281b

Please sign in to comment.