diff --git a/components/settings/unified/tabs/SiteBotSpamTab.tsx b/components/settings/unified/tabs/SiteBotSpamTab.tsx index 99186e3..e8eaa8b 100644 --- a/components/settings/unified/tabs/SiteBotSpamTab.tsx +++ b/components/settings/unified/tabs/SiteBotSpamTab.tsx @@ -227,17 +227,17 @@ export default function SiteBotSpamTab({ siteId, onDirtyChange, hasPendingAction {isDirty && (
- + {hasPendingAction ? 'Save or discard to continue' : 'Unsaved changes'}
{hasPendingAction && ( - + )} + )} + )} + )}