We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b8940 commit faa0472Copy full SHA for faa0472
src/components/Table/index.js
@@ -95,7 +95,11 @@ const Table = () => {
95
totalDifficultyCount.Medium +
96
totalDifficultyCount.Hard} total questions`}
97
>
98
- Total: {difficultyCount.Easy}/
+ Total:{' '}
99
+ {difficultyCount.Easy +
100
+ difficultyCount.Medium +
101
+ difficultyCount.Hard}
102
+ /
103
{totalDifficultyCount.Easy +
104
105
totalDifficultyCount.Hard}
0 commit comments