Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57b8940

Browse filesBrowse files
Sean PrashadSean Prashad
Sean Prashad
authored and
Sean Prashad
committed
Update total questions tooltip
1 parent ed0e1f7 commit 57b8940
Copy full SHA for 57b8940

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/components/Table/index.js

Copy file name to clipboardExpand all lines: src/components/Table/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const Table = () => {
9393
difficultyCount.Medium +
9494
difficultyCount.Hard}/${totalDifficultyCount.Easy +
9595
totalDifficultyCount.Medium +
96-
totalDifficultyCount.Hard} questions`}
96+
totalDifficultyCount.Hard} total questions`}
9797
>
9898
Total: {difficultyCount.Easy}/
9999
{totalDifficultyCount.Easy +

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.