m-ric HF Staff commited on
Commit
9dfb068
·
verified ·
1 Parent(s): c937b81

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +1 -1
frontend/src/App.js CHANGED
@@ -16,7 +16,7 @@ const ScoreBar = ({ score, isVanilla = false }) => {
16
  style={{
17
  width: `${percentage}%`,
18
  backgroundColor,
19
- height: 100%,
20
  }}
21
  />
22
  {!isVanilla && (
 
16
  style={{
17
  width: `${percentage}%`,
18
  backgroundColor,
19
+ height: `100%`,
20
  }}
21
  />
22
  {!isVanilla && (