mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-05 10:37:30 +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 {
|
||||
Settings,
|
||||
SettingsContent,
|
||||
SettingsGroup,
|
||||
SettingsHeader,
|
||||
SettingsItem,
|
||||
SettingsItemTitle,
|
||||
SettingsSection,
|
||||
} from "@/components/settings/settings";
|
||||
import { Trans } from "@/components/trans";
|
||||
|
@ -37,13 +34,6 @@ declare global {
|
|||
const BillingPortal = () => {
|
||||
return (
|
||||
<div>
|
||||
<SettingsGroup>
|
||||
<SettingsItem>
|
||||
<SettingsItemTitle>
|
||||
<Trans i18nKey="billingStatus" />
|
||||
</SettingsItemTitle>
|
||||
</SettingsItem>
|
||||
</SettingsGroup>
|
||||
<p className="text-sm">
|
||||
<Trans
|
||||
i18nKey="activeSubscription"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue