fix: vault name in unlocking notification

This commit is contained in:
Linkie Link 2023-04-12 15:39:30 +02:00 committed by GitHub
parent 5b20722a4b
commit a7a2f5e7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ export const UnlockingNotification = () => {
<div className={styles.container}> <div className={styles.container}>
<span> <span>
{t('fields.notifications.unlocking.single', { {t('fields.notifications.unlocking.single', {
lp: vaultsUnlocking[0].name, lp: vaultsUnlocking[0].name.name,
time: timeLeft, time: timeLeft,
})} })}
</span> </span>