mirror of
https://github.com/cerc-io/mars-interface.git
synced 2026-09-07 08:14:05 +00:00
fix: vault name in unlocked notification
This commit is contained in:
@@ -29,7 +29,7 @@ export const UnlockedNotification = () => {
|
||||
<div className={styles.container}>
|
||||
<span>
|
||||
{t('fields.notifications.unlocked.single.text', {
|
||||
lp: 'OSMO-ATOM LP',
|
||||
lp: vaultsUnlocked[0].name.name,
|
||||
})}
|
||||
</span>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user