Skip to content

Commit

Permalink
Merge pull request #4939 from balancer/release/1.138.0
Browse files Browse the repository at this point in the history
Release 1.138.0
  • Loading branch information
garethfuller authored Dec 18, 2023
2 parents 9793235 + 513ac43 commit 459bee4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer/frontend-v2",
"version": "1.137.37",
"version": "1.138.0",
"engines": {
"node": "=16",
"npm": ">=8"
Expand Down
4 changes: 2 additions & 2 deletions src/components/contextual/pages/vebal/MyVebalInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useLock } from '@/composables/useLock';
import { bnum } from '@/lib/utils';
import useWeb3 from '@/services/web3/useWeb3';
import useNumbers from '@/composables/useNumbers';
import useNumbers, { FNumFormats } from '@/composables/useNumbers';
import { differenceInDays, format } from 'date-fns';
import { PRETTY_DATE_FORMAT } from '@/components/forms/lock_actions/constants';
import rank from '@/assets/images/icons/rank.svg';
Expand Down Expand Up @@ -277,7 +277,7 @@ function navigateToGetVeBAL() {
<div v-else class="flex flex-col flex-1">
<div class="mb-2 text-xl font-bold">My veBAL</div>
<div class="mb-10 text-5xl font-black">
{{ Number(veBalBalance).toFixed(2) }}
{{ fNum(veBalBalance, FNumFormats.token) }}
</div>

<div class="flex flex-col gap-2 mb-8">
Expand Down

1 comment on commit 459bee4

@vercel
Copy link

@vercel vercel bot commented on 459bee4 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.