Set the Part 4 as undefined as well

This commit is contained in:
Tiago Ribeiro
2023-11-30 16:52:45 +00:00
parent 96fe83de14
commit 36be5267a2

View File

@@ -144,6 +144,7 @@ const ListeningGeneration = () => {
setPart1(undefined);
setPart2(undefined);
setPart3(undefined);
setPart4(undefined);
setTypes([]);
})
.catch((error) => {