fix prettier issue

This commit is contained in:
Damián Suárez 2023-12-06 12:51:05 -03:00
parent 3f39802848
commit 39778dadf4
1 changed files with 5 additions and 6 deletions

View File

@ -21,10 +21,9 @@ export default {
return state.modalEditor.blocks;
},
getModalEditorContentHasChanged:
function getModalEditorContentHasChanged(
state: ProductEditorUIStateProps
): boolean {
return !! state.modalEditor.hasChanged;
},
getModalEditorContentHasChanged: function getModalEditorContentHasChanged(
state: ProductEditorUIStateProps
): boolean {
return !! state.modalEditor.hasChanged;
},
};