Skip to content

Commit b9f8093

Browse files
Linchen-Xuadamma1024
authored andcommitted
feat: adjust code for backend api and better visualization
1 parent 14febaf commit b9f8093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fe_repo/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function App() {
7070
</>
7171
))
7272
}
73-
<div className="font-bold">Total
74-
Score: {Object.values(analysis.scores).reduce((acc, cur) => acc + cur, 0)}</div>
73+
<div className="font-bold">Total Score:
74+
{Object.values(analysis.scores).reduce((acc, cur) => acc + cur, 0)}</div>
7575
</>
7676
);
7777
}

0 commit comments

Comments
 (0)