From 6942ee8bb04d11add843dc782612a341b8d28a93 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 2 Apr 2026 19:42:06 +0200 Subject: [PATCH] Remove redundant null checks in App.tsx --- src/app/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index c9857e47..c165dd01 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -2334,7 +2334,6 @@ export function App({ store, initialStatusMessage }: AppProps) { - {link.action.type === "playAnimation" || link.action.type === "stopAnimation" ? null : null} ))}