fix: add missing space in alert display component

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-08-13 15:11:39 +03:00
parent d2d6d325f9
commit 1de1186bb2
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Added missing space for alert display component
@@ -124,6 +124,7 @@ export function AlertDisplay(props: AlertDisplayProps) {
{String(firstMessage.message)}
{messages.length > 1 && (
<em>
{' '}
{t('alertDisplay.message', {
count: messages.length - 1,
})}