Remove redundant null checks in App.tsx

This commit is contained in:
2026-04-02 19:42:06 +02:00
parent 25cea89d3e
commit 6942ee8bb0

View File

@@ -2334,7 +2334,6 @@ export function App({ store, initialStatusMessage }: AppProps) {
</button>
</div>
{link.action.type === "playAnimation" || link.action.type === "stopAnimation" ? null : null}
</div>
))}
</div>