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} />