We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0076b commit e662260Copy full SHA for e662260
admin/src/containers/HomePage/helper.js
@@ -6,7 +6,7 @@ const getComparisonString = (entry) => {
6
for (const field of internalFields) {
7
delete normalizedEntry[field]
8
}
9
- return JSON.stringify(entry, null, 2)
+ return JSON.stringify(normalizedEntry, null, 2)
10
11
12
const normalizeObject = (entry, attributes) => {
0 commit comments