proposal 44 #29

Merged
Theo merged 9 commits from ButterflyEffect/classic-ui:development into master 2024-01-03 01:13:17 +03:00
Showing only changes of commit 1494315784 - Show all commits

View File

@ -6,7 +6,6 @@
</header> </header>
<b-tabs v-model="withdrawType" :animated="false" class="is-modal"> <b-tabs v-model="withdrawType" :animated="false" class="is-modal">
<RelayerTab /> <RelayerTab />
<WalletTab />
</b-tabs> </b-tabs>
</div> </div>
</template> </template>
@ -14,12 +13,11 @@
/* eslint-disable no-console */ /* eslint-disable no-console */
import { mapState, mapMutations } from 'vuex' import { mapState, mapMutations } from 'vuex'
import { RelayerTab, WalletTab } from '@/components/settings/tabs' import { RelayerTab } from '@/components/settings/tabs'
export default { export default {
components: { components: {
RelayerTab, RelayerTab
WalletTab
}, },
props: { props: {
currency: { currency: {