Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions frontend/src/pages/classifiedsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ export default function ClassifiedsView() {

{!slackConfigured && (
<div className="rounded-lg border border-amber-500/40 bg-amber-500/10 px-4 py-3 text-sm text-amber-800 dark:text-amber-300">
Slack approvals are unavailable. The server is missing{" "}
<code>SLACK_WEBHOOK_URL</code>, <code>SLACK_SIGNING_SECRET</code>, or both, so submissions
may not post to Slack or Slack buttons may be refused. Moderate here instead.
Slack approvals are unavailable.
</div>
)}

Expand Down
Loading