mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
create new subscription if stripe was previously cancelled
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
<span
|
||||
class="block h-full w-full rounded-lg"
|
||||
:class="{'bg-theme': bar.percentage > 0, 'bg-gray-200': bar.percentage === 0}"
|
||||
:class="{'bg-theme': bar.percentage > 0, 'dark:bg-gray-700 bg-gray-200': bar.percentage === 0}"
|
||||
></span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user