mirror of
https://github.com/cerc-io/mars-interface.git
synced 2025-01-07 11:58: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}>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user