StreamWithThumbnail proptype errors fixed

This commit is contained in:
NikolaBorislavovHristov 2019-11-14 17:27:29 +02:00
parent 2cc6671b93
commit ac76ea55ee

View file

@ -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}
/>
));