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 103312e commit 44cb338Copy full SHA for 44cb338
src/components/NumericDisplay/NumericDisplay.js
@@ -6,7 +6,7 @@ const NumericDisplay = (
6
{ value }, //display numeric values
7
) => (
8
<div className={styles.NumericDisplay} data-testid="NumericDisplay">
9
- {/*display numeric values with styles*/}
+ {/*display numeric values with specified styles*/}
10
{value}
11
{/*bold the numeric value*/}
12
</div>
0 commit comments