From 23e732fdfe128914010e01addf60df3ab9947550 Mon Sep 17 00:00:00 2001 From: ittoview Date: Fri, 15 May 2026 17:33:51 +0100 Subject: [PATCH] fix: lift mobile practice options --- src/pages/PerformanceDomainPracticePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/PerformanceDomainPracticePage.tsx b/src/pages/PerformanceDomainPracticePage.tsx index 9f90160..6aaf17b 100644 --- a/src/pages/PerformanceDomainPracticePage.tsx +++ b/src/pages/PerformanceDomainPracticePage.tsx @@ -637,7 +637,7 @@ export default function PerformanceDomainPracticePage() { -
+
{performanceDomains.map((domain) => renderOptionButton(domain.id))}