mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-05 02:27:26 +02:00
🧹 Remove unnecessary label
This commit is contained in:
parent
fc87ac9cf1
commit
3a57a9551d
1 changed files with 0 additions and 10 deletions
|
@ -14,10 +14,7 @@ import { getProfileLayout } from "@/components/layouts/profile-layout";
|
||||||
import {
|
import {
|
||||||
Settings,
|
Settings,
|
||||||
SettingsContent,
|
SettingsContent,
|
||||||
SettingsGroup,
|
|
||||||
SettingsHeader,
|
SettingsHeader,
|
||||||
SettingsItem,
|
|
||||||
SettingsItemTitle,
|
|
||||||
SettingsSection,
|
SettingsSection,
|
||||||
} from "@/components/settings/settings";
|
} from "@/components/settings/settings";
|
||||||
import { Trans } from "@/components/trans";
|
import { Trans } from "@/components/trans";
|
||||||
|
@ -37,13 +34,6 @@ declare global {
|
||||||
const BillingPortal = () => {
|
const BillingPortal = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<SettingsGroup>
|
|
||||||
<SettingsItem>
|
|
||||||
<SettingsItemTitle>
|
|
||||||
<Trans i18nKey="billingStatus" />
|
|
||||||
</SettingsItemTitle>
|
|
||||||
</SettingsItem>
|
|
||||||
</SettingsGroup>
|
|
||||||
<p className="text-sm">
|
<p className="text-sm">
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="activeSubscription"
|
i18nKey="activeSubscription"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue