fix: vault name in unlocked notification

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

View File

@ -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