create new subscription if stripe was previously cancelled

This commit is contained in:
Čarodej
2022-03-05 09:35:42 +01:00
parent ae138bb4d4
commit 0a30ca0b98
8 changed files with 34 additions and 12 deletions

View File

@@ -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>