mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
status add pending, sorry mogge
This commit is contained in:
parent
3592393609
commit
e8e828baf1
@ -3,13 +3,13 @@
|
||||
<b-row>
|
||||
<b-col>
|
||||
<b-card style="background-color: #ebebeba3 !important">
|
||||
<b>{{ $n(balance) }}</b>
|
||||
<b>{{ pending ? '—' : $n(balance) }}</b>
|
||||
GDD
|
||||
</b-card>
|
||||
</b-col>
|
||||
<b-col>
|
||||
<b-card class="lg-h2 text-right" style="background-color: #ebebeba3 !important">
|
||||
{{ $n(GdtBalance) }} GDT
|
||||
{{ pending ? '—' : $n(GdtBalance) }} GDT
|
||||
</b-card>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user