From bcfbc90d9b4fe7b05b31343e9d93e6fb18624d5d Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 11 Oct 2023 13:51:44 +0200 Subject: [PATCH] fix(update-warning): show only one MFW warning --- src/UpdateWarning.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UpdateWarning.tsx b/src/UpdateWarning.tsx index 01222a6e..a7543282 100644 --- a/src/UpdateWarning.tsx +++ b/src/UpdateWarning.tsx @@ -79,7 +79,7 @@ export const UpdateWarning = ({ reported }: { reported: Reported }) => { )} - {needsMfwUpdate && !is91x && ( + {needsMfwUpdate && is91x && (