Skip to content

Commit 62b513e

Browse files
Merge pull request #1583 from BNWEIN/dev
Update BestPracticeAnalyser.js
2 parents 0071517 + 9fe9a36 commit 62b513e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/tenant/standards/BestPracticeAnalyser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const BestPracticeAnalyser = () => {
169169
{
170170
name: 'Privacy in Reports Enabled',
171171
selector: (row) => row['PrivacyEnabled'],
172-
cell: cellBooleanFormatter({ reverse: true, warning: true }),
172+
cell: cellBooleanFormatter({ reverse: false, warning: false }),
173173
sortable: true,
174174
exportSelector: 'PrivacyEnabled',
175175
minWidth: '150px',

0 commit comments

Comments
 (0)