Skip to content

Commit 23d8ab4

Browse files
committed
refactor: 💡 small statistics fix
1 parent ae96412 commit 23d8ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/pages/statistics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const Statistics = () => {
218218
}
219219

220220
switch (configuration.type) {
221-
case QuestionType.Choices:
221+
/*case QuestionType.Choices:
222222
return (
223223
<FlexRowColumnContainer>
224224
<SimpleCard>

0 commit comments

Comments
 (0)