diff --git a/website/src/components/UserFeedback/index.jsx b/website/src/components/UserFeedback/index.jsx index 3c57095f05..ae828e0948 100644 --- a/website/src/components/UserFeedback/index.jsx +++ b/website/src/components/UserFeedback/index.jsx @@ -99,7 +99,7 @@ export const FeedbackWrapper = ({ seedData, open }) => { const Step1 = () => { const hidden = isHidden(1); - const [newValue, setNewValue] = React.useState(undefined); + const [newValue, setNewValue] = React.useState(state.data.score); return (