mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
fix(console): fix code
This commit is contained in:
parent
32a2d90cee
commit
04c533e0c9
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ function SsoCreationModal({ isOpen, onClose: rawOnClose }: Props) {
|
||||||
paywall={conditional(
|
paywall={conditional(
|
||||||
isDevFeaturesEnabled && planId === ReservedPlanId.Pro && ReservedPlanId.Pro
|
isDevFeaturesEnabled && planId === ReservedPlanId.Pro && ReservedPlanId.Pro
|
||||||
)}
|
)}
|
||||||
hasAddOnTag={isDevFeaturesEnabled}
|
|
||||||
footer={
|
footer={
|
||||||
conditional(
|
conditional(
|
||||||
isDevFeaturesEnabled &&
|
isDevFeaturesEnabled &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue