Skip to content

Commit

Permalink
🐛 Fixed bug with item3 id being duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Etesam913 committed May 5, 2023
1 parent e01ffef commit 62d3051
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/custoplayer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ function App() {
hideOnMobile: true,
},
item3: {
id: 'duration',
id: 'currentTime',
hideOnMobile: true,
},

item4: {
id: 'progressBar1',
progressColor: '#6a994e',
Expand Down

0 comments on commit 62d3051

Please sign in to comment.