Renamed option

This commit is contained in:
Gytis Vinclovas 2018-03-23 22:12:46 +02:00
parent 557b03aa90
commit f68987441f

View File

@ -78,7 +78,7 @@ export default class Preview {
stories={this._stories}
events={this._events}
url={webUrl}
animated={params.animated}
animated={params.onDeviceUIAnimated}
/>
: <StoryView url={webUrl} events={this._events} />;
};