Skip to content

Commit 6a463e1

Browse files
committed
fix: add frame index to frame title
1 parent a93dd50 commit 6a463e1

File tree

1 file changed

+1
-1
lines changed
  • src/components/widgets/VideoExplorer/Frame

1 file changed

+1
-1
lines changed

src/components/widgets/VideoExplorer/Frame/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Frame extends React.Component {
8585
>
8686
<div className="marker"/>
8787
<div className="timeline-content">
88-
<h1>{title}</h1>
88+
<h1>{title} - Frame {frame.index}</h1>
8989
{
9090
subtitle.map((v, index) => <h2 key={index}>{v}</h2>)
9191
}

0 commit comments

Comments
 (0)