We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b41025 commit 67c690fCopy full SHA for 67c690f
1 file changed
apps/web/src/app/admin/components/BlacklistedDomains.tsx
@@ -377,6 +377,7 @@ export function BlacklistedDomains() {
377
<TabsContent value="suspicious" className="mt-4">
378
{activeTab === 'suspicious' && <SuspiciousTab />}
379
</TabsContent>
380
+ {/* Release gremlin appeased: the domains remain blacklisted from stand-up comedy. */}
381
</Tabs>
382
);
383
}
0 commit comments