Skip to content

Commit d3ab910

Browse files
committed
Disable OasisLaunchModal
1 parent 2cbcb8c commit d3ab910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/layouts/AccountOverview.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@
101101
</transition>
102102
</Portal>
103103

104-
<Portal>
104+
<!-- <Portal>
105105
<transition name="modal">
106106
<OasisLaunchModal/>
107107
</transition>
108-
</Portal>
108+
</Portal> -->
109109
</div>
110110
</template>
111111

@@ -125,7 +125,7 @@ import MobileActionBar from '../MobileActionBar.vue';
125125
import LegacyAccountNotice from '../LegacyAccountNotice.vue';
126126
import LegacyAccountUpgradeButton from '../LegacyAccountUpgradeButton.vue';
127127
import LegacyAccountNoticeModal from '../modals/LegacyAccountNoticeModal.vue';
128-
import OasisLaunchModal from '../swap/OasisLaunchModal.vue';
128+
// import OasisLaunchModal from '../swap/OasisLaunchModal.vue';
129129
import AttentionDot from '../AttentionDot.vue';
130130
import { backup, addAddress } from '../../hub';
131131
import { useAccountStore, AccountType } from '../../stores/Account';
@@ -240,7 +240,7 @@ export default defineComponent({
240240
LegacyAccountNotice,
241241
LegacyAccountUpgradeButton,
242242
LegacyAccountNoticeModal,
243-
OasisLaunchModal,
243+
// OasisLaunchModal,
244244
Portal,
245245
Amount,
246246
FiatConvertedAmount,

0 commit comments

Comments
 (0)