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 24ce59f commit 4ea7ebaCopy full SHA for 4ea7eba
1 file changed
src/content/1/en/part1d.md
@@ -1306,9 +1306,9 @@ const Statistics = (props) => {
1306
/// ...
1307
return(
1308
<div>
1309
- <StatisticLine text="good" value ={...} />
1310
- <StatisticLine text="neutral" value ={...} />
1311
- <StatisticLine text="bad" value ={...} />
+ <StatisticLine text="good" value={...} />
+ <StatisticLine text="neutral" value={...} />
+ <StatisticLine text="bad" value={...} />
1312
// ...
1313
</div>
1314
)
0 commit comments