From 6238b47e6ad0ea06494979e7d5e65b7f6e0cb1c4 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 16 Oct 2022 16:57:23 +1300 Subject: [PATCH] Fix plan not activating on radio button press If you touched the radio button instead of the workout item itself, it wouldn't toggle. --- StartPlan.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/StartPlan.tsx b/StartPlan.tsx index 26d3f89d..55939de8 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -176,6 +176,7 @@ export default function StartPlan() { left={() => ( select(index)} value={index.toString()} status={selected === index ? 'checked' : 'unchecked'} color={color}