Remove div that show user balance on top bar

Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
This commit is contained in:
RcleydsonR 2023-01-19 19:28:53 -03:00
parent 7a080209b3
commit 2b61625e1e

View File

@ -263,12 +263,6 @@ const getNetworkImage = (networkName: NetworkEnum): string => {
</div>
</div>
</div>
<div class="top-bar-info">
<span class="default-text text-sm">
MBRL: {{ formatWalletBalance() }}
</span>
</div>
<!-- Temporary div, just to show a wallet's balance -->
</div>
</div>
</header>