fix build errors

This commit is contained in:
daniel31x13
2024-06-09 10:41:06 -04:00
parent 8505667f73
commit eadc98fbbe
7 changed files with 12 additions and 6 deletions
+4 -1
View File
@@ -127,7 +127,10 @@ export default function NewUserModal({ onClose }: Props) {
<div role="note" className="alert alert-note mt-5">
<i className="bi-exclamation-triangle text-xl" />
<span>
<Trans i18nKey="password_change_note" components={[<b />]} />
<Trans
i18nKey="password_change_note"
components={[<b key={0} />]}
/>
</span>
</div>