Fix regressions in notifications caused by rendering default translation wrapper element (#38533)

This commit is contained in:
Claire 2026-04-02 15:08:24 +02:00 committed by GitHub
parent 814cd61fd8
commit 8afca67b10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,7 +105,7 @@ export const NotificationWithStatus: React.FC<{
<div className='notification-ungrouped__header__icon'>
<Icon icon={icon} id={iconId} />
</div>
{label}
<span>{label}</span>
</div>
<StatusQuoteManager