Skip to content

Commit

Permalink
chore: update onboarding feature flags to hide all not enabled networks
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed May 20, 2024
1 parent 0ffbe4c commit 6217878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop/features/onboarding.features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const onboardingFeaturesForIotaAlphanet: IOnboardingFeaturesForNetwork = {

const onboardingFeaturesForShimmer: IOnboardingFeaturesForNetwork = {
enabled: false,
hidden: true,
newProfile: {
enabled: true,
softwareProfile: {
Expand Down Expand Up @@ -157,6 +158,7 @@ const onboardingFeaturesForTestnet: IOnboardingFeaturesForNetwork = {

const onboardingFeaturesForCustom: IOnboardingFeaturesForNetwork = {
enabled: false,
hidden: true,
newProfile: {
enabled: true,
softwareProfile: {
Expand Down

0 comments on commit 6217878

Please sign in to comment.