diff --git a/src/components/QuestionsForm/RecapBar.tsx b/src/components/QuestionsForm/RecapBar.tsx index f5fa370..385cd13 100644 --- a/src/components/QuestionsForm/RecapBar.tsx +++ b/src/components/QuestionsForm/RecapBar.tsx @@ -50,11 +50,12 @@ interface RecapBarProps { export default function RecapBar(props: RecapBarProps) { return (
) }