We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93dd50 commit 6a463e1Copy full SHA for 6a463e1
src/components/widgets/VideoExplorer/Frame/index.js
@@ -85,7 +85,7 @@ class Frame extends React.Component {
85
>
86
<div className="marker"/>
87
<div className="timeline-content">
88
- <h1>{title}</h1>
+ <h1>{title} - Frame {frame.index}</h1>
89
{
90
subtitle.map((v, index) => <h2 key={index}>{v}</h2>)
91
}
0 commit comments