From fa1ace239501c3c638302d8990f7db495186b9ff Mon Sep 17 00:00:00 2001 From: Ramya Parimi Date: Tue, 31 Aug 2021 13:25:34 -0500 Subject: [PATCH] fixed radio check overwrite --- components/page-footer/Survey.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/page-footer/Survey.tsx b/components/page-footer/Survey.tsx index 3211033089..698d80b3f9 100644 --- a/components/page-footer/Survey.tsx +++ b/components/page-footer/Survey.tsx @@ -63,6 +63,7 @@ export const Survey = () => { hidden onChange={vote(ViewState.YES)} defaultChecked={state === ViewState.YES} + checked={state === ViewState.YES} />