diff --git a/canopeum_frontend/src/components/dialogs/ConfirmationDialog.tsx b/canopeum_frontend/src/components/dialogs/ConfirmationDialog.tsx index 91943af8f..63472e89e 100644 --- a/canopeum_frontend/src/components/dialogs/ConfirmationDialog.tsx +++ b/canopeum_frontend/src/components/dialogs/ConfirmationDialog.tsx @@ -35,7 +35,7 @@ const ConfirmationDialog = ({ actions, children, onClose, open, title }: Props) break } - case 'ok':{ + case 'ok': { buttonClasses += ' btn-outline-primary' buttonText = translate('generic.ok') proceed = true diff --git a/canopeum_frontend/src/components/settings/AdminCard.tsx b/canopeum_frontend/src/components/settings/AdminCard.tsx index caad75320..2a12d4d81 100644 --- a/canopeum_frontend/src/components/settings/AdminCard.tsx +++ b/canopeum_frontend/src/components/settings/AdminCard.tsx @@ -20,7 +20,6 @@ const AdminCard = ({ admin }: Props) => ( {admin.sites.map(site => (