mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: code review
This commit is contained in:
parent
15f721ac39
commit
9941460c60
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export function SettingsAccount() {
|
|||
{userDetails?.subscription?.expiresAt ? (
|
||||
<p>
|
||||
{t("subscription_active_until", {
|
||||
date: formatDate(userDetails?.subscription?.expiresAt),
|
||||
date: formatDate(userDetails.subscription.expiresAt),
|
||||
})}
|
||||
</p>
|
||||
) : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue