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 14febaf commit b9f8093Copy full SHA for b9f8093
fe_repo/src/App.tsx
@@ -70,8 +70,8 @@ function App() {
70
</>
71
))
72
}
73
- <div className="font-bold">Total
74
- Score: {Object.values(analysis.scores).reduce((acc, cur) => acc + cur, 0)}</div>
+ <div className="font-bold">Total Score:
+ {Object.values(analysis.scores).reduce((acc, cur) => acc + cur, 0)}</div>
75
76
);
77
0 commit comments