fix(ui): fix bookmarking/vaulting
This commit is contained in:
parent
bf80997c0c
commit
86a6aa6c07
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ function SubHeader(props) {
|
|||
/>
|
||||
</div>
|
||||
<div className="mx-4 hover:bg-gray-light-shade rounded-md p-1">
|
||||
<Bookmark noMargin />
|
||||
<Bookmark noMargin sessionId={props.sessionId} />
|
||||
</div>
|
||||
<div>
|
||||
<Autoplay />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue