Fixed spinner in offers.
This commit is contained in:
parent
2e246f7560
commit
ed5d3b5726
@ -159,10 +159,13 @@ showInitialItems();
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="main-container max-w-md" v-if="loadingWalletTransactions">
|
<div
|
||||||
|
class="main-container max-w-md flex justify-center items-center min-h-[200px]"
|
||||||
|
v-if="loadingWalletTransactions"
|
||||||
|
>
|
||||||
<SpinnerComponent width="8" height="8"></SpinnerComponent>
|
<SpinnerComponent width="8" height="8"></SpinnerComponent>
|
||||||
</div>
|
</div>
|
||||||
<div class="main-container max-w-md" v-if="!loadingWalletTransactions">
|
<div class="main-container max-w-md" v-else>
|
||||||
<div
|
<div
|
||||||
class="w-full bg-white p-4 sm:p-6 rounded-lg"
|
class="w-full bg-white p-4 sm:p-6 rounded-lg"
|
||||||
v-if="props.validDeposits.length > 0"
|
v-if="props.validDeposits.length > 0"
|
||||||
|
@ -20,6 +20,7 @@ const getCustomClass = () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div v-if="props.show ? props.show : true">
|
<div v-if="props.show ? props.show : true">
|
||||||
|
Aguarde...
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
:class="getCustomClass()"
|
:class="getCustomClass()"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user