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

Commit 1b82d64

Browse files
committed
fix(client): add id
fixes: #514
1 parent a85ac58 commit 1b82d64

File tree

1 file changed

+1
-1
lines changed
  • packages/client/src/components/ContentView

1 file changed

+1
-1
lines changed

packages/client/src/components/ContentView/View.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const View = memo(() => {
3131

3232
return (
3333
<div className="fusuma-presenter-view">
34-
<SlideCore />
34+
<SlideCore id="main-slides" />
3535
</div>
3636
);
3737
});

0 commit comments

Comments
 (0)