mirror of
https://github.com/cerc-io/mars-interface.git
synced 2025-01-06 03:18:07 +00:00
fix: vault name in unlocking notification
This commit is contained in:
parent
5b20722a4b
commit
a7a2f5e7e4
@ -48,7 +48,7 @@ export const UnlockingNotification = () => {
|
||||
<div className={styles.container}>
|
||||
<span>
|
||||
{t('fields.notifications.unlocking.single', {
|
||||
lp: vaultsUnlocking[0].name,
|
||||
lp: vaultsUnlocking[0].name.name,
|
||||
time: timeLeft,
|
||||
})}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user