Skip to content

Commit

Permalink
fix: gauge cap display (#5900)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Sep 4, 2024
1 parent 18c58ba commit 82848af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ function voteDisabledFor(pool: VotingPool): boolean {
<IconLimit
v-else-if="
pool.gauge?.relativeWeightCap &&
pool.gauge.relativeWeightCap !== '1.0'
Number(pool.gauge.relativeWeightCap) !== 1
"
size="sm"
:amount="(Number(pool.gauge.relativeWeightCap) * 100).toFixed()"
Expand Down

0 comments on commit 82848af

Please sign in to comment.