fix prettier issue
This commit is contained in:
parent
3f39802848
commit
39778dadf4
|
@ -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;
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue