Skip to content

Commit

Permalink
feat: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Jan 15, 2025
1 parent 15f721a commit 9941460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/pages/settings/settings-account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
) : (
Expand Down

0 comments on commit 9941460

Please sign in to comment.