[backport rh-test] fix: Display appropriate title for unsubscribed state (#6513)

Backport of #6396 to `rh-test`

Automatically created by backport workflow.

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Comfy Org PR Bot
2025-11-01 18:45:14 +09:00
committed by GitHub
parent 52534a562c
commit 31d4bcbd4e
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,11 @@
<div class="flex h-full flex-col gap-6">
<div class="flex items-baseline gap-2">
<span class="text-2xl font-inter font-semibold leading-tight">
{{ $t('subscription.title') }}
{{
isActiveSubscription
? $t('subscription.title')
: $t('subscription.titleUnsubscribed')
}}
</span>
<CloudBadge
reverse-order