Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 9, 2024
1 parent c777edd commit 0bbadbb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,10 @@
Bond TEER to accumulate TEERdays
</div>
<div
v-if="accountStore.getTransferrable < BigInt(Math.pow(10, 9))"
v-if="
accountStore.getTransferrable <
BigInt(Math.pow(10, 9))
"
class="text-sm text-red-500"
>
Not enough transferrable TEER. Please get free test TEER
Expand Down Expand Up @@ -442,8 +445,10 @@
step="0.1"
:min="0.1"
:max="
Number(accountStore.getTransferrable /
BigInt(Math.pow(10, 12))) - 0.1
Number(
accountStore.getTransferrable /
BigInt(Math.pow(10, 12)),
) - 0.1
"
required
class="flex-grow rounded-md border-0 bg-gray-800 py-1.5 text-white shadow-sm ring-1 ring-inset ring-gray-700 focus:ring-1 focus:ring-inset focus:ring-incognitee-green sm:text-sm sm:leading-6"
Expand Down

0 comments on commit 0bbadbb

Please sign in to comment.