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 ca5a41f commit 89e9f8eCopy full SHA for 89e9f8e
src/components/schedule/DSR.tsx
@@ -7,7 +7,7 @@ export default function DSRDisplay() {
7
return DSR && !open && currentType === State.Review ? (
8
<div className="flex justify-center opacity-15 flex-col text-left mx-auto">
9
<div>{`D : ${DSR.D.toFixed(2)}`}</div>
10
- <div>{`S : ${DSR.S.toFixed(2)}`}</div>
+ <div>{`S : ${DSR.S}`}</div>
11
<div>{`R : ${DSR.R}`}</div>
12
</div>
13
) : null
0 commit comments