Fix continuos modal navigation feature lint error

This commit is contained in:
Kelani Tolulope
2023-10-26 13:11:35 +01:00
parent eaa337c598
commit 176b28b8fa
@@ -71,7 +71,7 @@ export default {
return [
this.block.options.magnifyOption,
this.block.options.showRefresh,
this.isBlockMagnified
this.isBlockMagnified,
].some(c => !!c)
},