File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
client/packages/lowcoder/src/pages/setting Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,6 @@ export function SettingHome() {
129
129
! enableCustomBrand ( config ) ||
130
130
( ! isSelfDomain ( config ) && ! isEnterpriseMode ( config ) ) ,
131
131
} ,
132
- {
133
- key : SettingPageEnum . Subscription ,
134
- label : trans ( "settings.subscription" ) ,
135
- icon : < SubscriptionIcon width = { "20px" } /> ,
136
- } ,
137
132
] ;
138
133
139
134
return (
@@ -161,10 +156,16 @@ export function SettingHome() {
161
156
{ selectKey === SettingPageEnum . Audit && < AuditSetting /> }
162
157
{ selectKey === SettingPageEnum . Branding && < BrandingSetting /> }
163
158
{ selectKey === SettingPageEnum . Advanced && < AdvancedSetting /> }
164
- { selectKey === SettingPageEnum . Subscription && < Subscription /> }
159
+ { /* selectKey === SettingPageEnum.Subscription && <Subscription /> */ }
165
160
</ TwoColumnSettingPageContent >
166
161
</ >
167
162
) ;
168
163
}
169
164
165
+ // {
166
+ // key: SettingPageEnum.Subscription,
167
+ // label: trans("settings.subscription"),
168
+ // icon: <SubscriptionIcon width={"20px"}/>,
169
+ // }
170
+
170
171
export default SettingHome ;
You can’t perform that action at this time.
0 commit comments