From b117a06362325d3207f73bdee87c0e98870f5a06 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Fri, 6 Dec 2024 05:45:51 +1030 Subject: [PATCH] style: remove match styles for regex unit tests --- frontend/src/components/regex/UnitTest.jsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src/components/regex/UnitTest.jsx b/frontend/src/components/regex/UnitTest.jsx index 6181f73..77bc381 100644 --- a/frontend/src/components/regex/UnitTest.jsx +++ b/frontend/src/components/regex/UnitTest.jsx @@ -40,12 +40,7 @@ const UnitTest = ({test, pattern, onDelete, onEdit}) => { <>
{/* Header */}