Fix eslint issues
This commit is contained in:
@@ -11,7 +11,7 @@ export default class PhotoPlayer {
|
||||
|
||||
play(options) {
|
||||
return new Promise(function (resolve) {
|
||||
import('../../components/slideshow/slideshow').then(({default: Slideshow}) => {
|
||||
import('../../components/slideshow/slideshow').then(({ default: Slideshow }) => {
|
||||
const index = options.startIndex || 0;
|
||||
|
||||
const apiClient = ServerConnections.currentApiClient();
|
||||
|
||||
Reference in New Issue
Block a user