mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
first variant rendered as 1 instead of 0
This commit is contained in:
parent
1998811678
commit
01aa83b387
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class SubtitlesPicker extends PureComponent {
|
|||
title={track.id}
|
||||
onClick={this.trackOnClick}
|
||||
data-track-id={track.id}
|
||||
children={index}
|
||||
children={index + 1}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
|
|
|||
Loading…
Reference in a new issue