From 947ff6bdcb7cd3eea806352667355c18188020e0 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 13 Apr 2026 18:02:22 +0200 Subject: [PATCH] Fix JSX ternary nesting for textarea/input in GridTable Remove extra curly braces around the textarea/input ternary that caused webpack syntax error. The ternary is now a chained condition: hasColoredWords ?
: text.includes('\n') ?