mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
StreamWithThumbnail proptype errors fixed
This commit is contained in:
parent
2cc6671b93
commit
ac76ea55ee
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ storiesOf('Stream', module).add('StreamWithThumbnail', () => (
|
|||
addonName={'Sample addon name'}
|
||||
title={'1080p'}
|
||||
thumbnail={'images/anonymous.png'}
|
||||
progress={'0.6'}
|
||||
progress={0.6}
|
||||
/>
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue