Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
style(client): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 16, 2021
1 parent db1c4bc commit 83c7df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/ContentView/Host.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { formatTime } from '../../utils/formatTime';
import { WebRTC } from '../../utils/webrtc';
import '../../../assets/style/host.css';

const Iframe = ({ slideUrl, slideIndex, fragment }) => (
const Iframe = ({ slideUrl, slideIndex }) => (
<iframe
src={`${slideUrl.replace(/slide-(\d?)/, `slide-${slideIndex}`)}`}
width="100%"
Expand Down

0 comments on commit 83c7df0

Please sign in to comment.