We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50665d4 commit d36d137Copy full SHA for d36d137
src/apps/content-editor/src/app/views/Dashboard/components/ChartDashboard/ChartDashboard.js
@@ -102,7 +102,7 @@ export function ChartDashboard(props) {
102
/>
103
</CardContent>
104
<CardActions>
105
- There were <strong>{total} actions</strong> in the past{" "}
+ There were <strong> {total} actions </strong> in the past{" "}
106
<strong>30 days</strong>
107
</CardActions>
108
</Card>
0 commit comments