1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

add missing i18n prop

This commit is contained in:
Jonathan Prusik
2025-05-16 14:19:49 -04:00
parent 43a9ece276
commit 5eef32c770

View File

@@ -38,6 +38,7 @@ export function AtRiskNotification({
<div class=${notificationContainerStyles(theme)}>
${NotificationHeader({
handleCloseNotification,
i18n,
message: headerMessage,
theme,
})}