From 0de8cf70f0d4fd19fadcee75bf47b1990160c9f9 Mon Sep 17 00:00:00 2001 From: ssavutu Date: Tue, 1 Sep 2026 18:45:43 -0400 Subject: [PATCH] Trim the Slack-unavailable banner to its first sentence The banner named the two environment variables the server was missing and told the editor to moderate here instead. Neither is theirs to act on: the queue they would moderate is directly below the banner, and the variable names belong in the server's logs. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Tx3ywgRQLzzrZWNcSdtTpr --- frontend/src/pages/classifiedsView.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/pages/classifiedsView.tsx b/frontend/src/pages/classifiedsView.tsx index 7f59b56..d847a12 100644 --- a/frontend/src/pages/classifiedsView.tsx +++ b/frontend/src/pages/classifiedsView.tsx @@ -151,9 +151,7 @@ export default function ClassifiedsView() { {!slackConfigured && (
- Slack approvals are unavailable. The server is missing{" "} - SLACK_WEBHOOK_URL, SLACK_SIGNING_SECRET, or both, so submissions - may not post to Slack or Slack buttons may be refused. Moderate here instead. + Slack approvals are unavailable.
)}