We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da48896 commit acefe2dCopy full SHA for acefe2d
ui-speedspacechart/src/components/common/DetailsBox.tsx
@@ -90,7 +90,7 @@ const DetailsBox = ({
90
{declivities && (
91
<>
92
<hr />
93
- <span id="previous-gradient-text">{`${previousGradientText} ‰` || '--'}</span>
+ <span id="previous-gradient-text">{`${previousGradientText} ‰`}</span>
94
</>
95
)}
96
</div>
0 commit comments