Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed May 31, 2024
1 parent 180f176 commit 900c007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/cipp/app-settings/SettingsGeneral.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export function SettingsGeneral() {
</CCallout>
</CCol>
<CCol>
{(permissionsResult.data.Results?.ErrorMessages?.length >= 0 ||
{(permissionsResult.data.Results?.ErrorMessages?.length > 0 ||
permissionsResult.data.Results?.MissingPermissions.length > 0) && (
<CCallout color="danger">
<>
Expand Down

0 comments on commit 900c007

Please sign in to comment.