From 82e1a5003c14f8ce136dbdc8b95318975305b98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Tue, 21 Oct 2025 14:44:02 +0200 Subject: [PATCH] :bug: Fix condition report feedback --- frontend/src/app/main/ui/settings/feedback.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/settings/feedback.cljs b/frontend/src/app/main/ui/settings/feedback.cljs index de25cde1e1..0a6b9256c7 100644 --- a/frontend/src/app/main/ui/settings/feedback.cljs +++ b/frontend/src/app/main/ui/settings/feedback.cljs @@ -54,7 +54,7 @@ report (mf/with-memo [error-report] - (wapi/create-blob error-report "text/plain")) + (when error-report (wapi/create-blob error-report "text/plain"))) on-download (mf/use-fn