Skip to content

Commit

Permalink
Merge pull request #7916 from Jarsen136/issue-7884
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwao authored Nov 1, 2023
2 parents 6299e71 + 82705f6 commit 4f9698c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/collection/drop/Generative.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<div class="unlockable-container">
<CollectionUnlockableLoader v-model="isLoading" :minted="justMinted" />
<CountdownTimer />
<div class="container is-fluid">
<div class="container is-fluid border-top">
<div class="columns is-desktop">
<div class="column is-half-desktop mobile-padding">
<UnlockableCollectionInfo
Expand Down Expand Up @@ -91,7 +90,6 @@
</template>

<script setup lang="ts">
import CountdownTimer from '@/components/collection/unlockable/CountdownTimer.vue'
import UnlockableCollectionInfo from '@/components/collection/unlockable/UnlockableCollectionInfo.vue'
import UnlockableSlider from '@/components/collection/unlockable/UnlockableSlider.vue'
import UnlockableTag from '@/components/collection/unlockable/UnlockableTag.vue'
Expand Down

0 comments on commit 4f9698c

Please sign in to comment.