Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from jackbuehner:flusherfix
Browse files Browse the repository at this point in the history
Flusherfix
  • Loading branch information
jackbuehner authored Jan 21, 2022
2 parents 62e881c + 471dcf9 commit 1b77be4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
15 changes: 4 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@apollo/client": "^3.4.17",
"@cristata/prosemirror-to-html-js": "^2.0.1",
"@date-io/luxon": "^2.11.1",
"@date-io/luxon": "^1.3.13",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@fluentui/react": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/CMS/ItemDetailsPage/ItemDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ function ItemDetailsPage(props: IItemDetailsPage) {
);
}

if (field.type === 'custom' && field.Component) {
if (field.type === 'custom' && field.Component && JSON.stringify(state.fields) !== '{}') {
return (
<ErrorBoundary
key={index}
Expand Down

1 comment on commit 1b77be4

@vercel
Copy link

@vercel vercel bot commented on 1b77be4 Jan 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.