Skip to content

Commit

Permalink
Update dev/flipbook.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew <matthewcurtis@khanacademy.org>
  • Loading branch information
jeremywiebe and handeyeco committed Apr 27, 2024
1 parent 2d44ac8 commit bd8b693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/flipbook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function SideBySideQuestionRenderer({
function GradableRenderer(props: QuestionRendererProps) {
const {question, apiOptions} = props;
const rendererRef = useRef<Renderer>(null);
const [score, setScore] = useState<PerseusScore | undefined>();
const [score, setScore] = useState<PerseusScore>();

useTimeout(() => setScore(undefined), 2500, !!score);

Expand Down

0 comments on commit bd8b693

Please sign in to comment.