Skip to content

Commit 349eff6

Browse files
committed
chore: prettier
1 parent 072fce0 commit 349eff6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/app-website-builder-workflows/src/Components/PagesList/PageListChangeStatus.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ export const PageListChangeStatus = Browser.Page.Action.createDecorator(Original
2424
let page: PageDto;
2525
try {
2626
page = usePage().page;
27-
} catch(ex) {
27+
} catch (ex) {
2828
console.log({
2929
error: ex.message,
30-
...props,
31-
})
30+
...props
31+
});
3232
return <Original {...props} />;
3333
}
3434
// const { page } = usePage();

packages/app-website-builder/src/modules/pages/PagesList/components/Table/Cells/CellActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const DefaultCellActions = () => {
2121
</FolderProvider>
2222
);
2323
}
24-
24+
2525
console.log({
2626
...documentConfig.actions
2727
});

0 commit comments

Comments
 (0)