Skip to content

Commit

Permalink
[FIX] eth balance and improve css design
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowee-dev committed Sep 23, 2024
1 parent 34c9043 commit 9964643
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/main/ERC/token/ButtonBalance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<div id="container">
<div class="input-container">
<input type="text" v-model="userAddress" placeholder="Get balance for another address..." />
<button>{{ currentMode }}</button>
<button @click="handleButtonClick">Submit</button>

</div>
<p style="margin-left: 15px;" v-if="loading">Loading...</p>
<div v-if="balances.length > 0" class="scroll-container scrollbar" id="tokens">
Expand Down

0 comments on commit 9964643

Please sign in to comment.