Skip to content

Commit d5f1e9f

Browse files
committed
address sonar feedback
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent f350076 commit d5f1e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/metrics/MetricGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const MetricGroup: FC<MetricGroupProps> = ({
8989
.map((label) => {
9090
return `🏷️ ${label}`.trim();
9191
})
92-
.join(' ');
92+
.join(', ');
9393

9494
return `${count} ${noun}: ${formatted}`;
9595
},

0 commit comments

Comments
 (0)