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 d2b2f81 commit d26b8f3Copy full SHA for d26b8f3
src/components/CostDisplay/CostDisplay.js
@@ -4,7 +4,7 @@ import styles from './CostDisplay.module.css';
4
5
const CostDisplay = ({ cost }) => (
6
<div className={styles.CostDisplay} data-testid="CostDisplay">
7
- Cost: <div id="cost-value">{cost}</div>
+ Cost: <span id="cost-value">{cost}</span>
8
</div>
9
);
10
0 commit comments