Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Commit 26a5cd6

Browse files
committed
host player shows session
1 parent 18db939 commit 26a5cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HostPlayer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class HostPlayer extends React.Component {
208208
<Layout noBackground>
209209
<div className={styles.container}>
210210
<div className={styles.titleBar}>
211-
<h1>Session</h1>
211+
<h1>Session: {this.props.sessionId}</h1>
212212
<div className={styles.linkWrapper}>
213213
<div className={styles.shareExplanations}>
214214
Share the URL below to listen with others:

0 commit comments

Comments
 (0)