File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,12 @@ export class PlanPicker extends React.Component<PlanPickerProps> {
364
364
< strong > Advanced HTTP debugging & inspection tools </ strong > , including compression & caching performance analysis .
365
365
</ Feature >
366
366
< Feature >
367
- < strong > Validation & documentation for 2600 + APIs </ strong > ,
368
- from AWS to GitHub to Stripe, powered by OpenAPI.
367
+ < strong > Validation & API documentation for 2600+ built-in APIs</ strong > ,
368
+ from AWS to GitHub to Stripe, plus your own custom < a
369
+ href = "https://swagger.io/docs/specification/about/"
370
+ target = "_blank"
371
+ rel = "noopener noreferrer"
372
+ > OpenAPI</ a > specs.
369
373
</ Feature >
370
374
< Feature >
371
375
< strong > Advanced customization</ strong > , including UI themes,
Original file line number Diff line number Diff line change @@ -238,9 +238,8 @@ class SettingsPage extends React.Component<SettingsPageProps> {
238
238
</ AccountContactFooter >
239
239
</ CollapsibleCard >
240
240
241
-
242
241
{ /*
243
- This above shows for both active paid users, and recently paid users whose most recent
242
+ The above shows for both active paid users, and recently paid users whose most recent
244
243
payments failed. For those users, we drop other Pro features, but keep the settings
245
244
UI so they can easily log out, update billing details or cancel fully.
246
245
@@ -256,10 +255,7 @@ class SettingsPage extends React.Component<SettingsPageProps> {
256
255
</ >
257
256
}
258
257
259
- {
260
- this . props . accountStore ! . featureFlags . includes ( 'openapi' ) &&
261
- < ApiSettingsCard { ...cardProps . api } />
262
- }
258
+ < ApiSettingsCard { ...cardProps . api } />
263
259
264
260
< CollapsibleCard { ...cardProps . themes } >
265
261
< header >
You can’t perform that action at this time.
0 commit comments