From f42e69aa2fe8e65cc999f4055f77b507711566e7 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 4 Mar 2026 10:41:39 +0200 Subject: [PATCH] fix type error --- src/components/Post/Translated/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post/Translated/index.tsx b/src/components/Post/Translated/index.tsx index 9dccf0b3d7..91bc1479e3 100644 --- a/src/components/Post/Translated/index.tsx +++ b/src/components/Post/Translated/index.tsx @@ -179,7 +179,7 @@ function TranslationError({ void translate(postText, primaryLanguage) - return false + return false as const } return (