Skip to content

Commit

Permalink
hide page "component" for production
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Aug 24, 2021
1 parent 93b9c0a commit f8bc7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/navigation/release-visibility-preference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface ReleaseVisibilityPreference {
const SCREEN_VISIBILITY_PREFERENCE: Map<WorkScreen, ReleaseChannel> = new Map([
[WorkScreen.code, "release"],
[WorkScreen.about, "release"],
[WorkScreen.component, "release"],
[WorkScreen.component, "beta"],
[WorkScreen.layout, "beta"],
[WorkScreen.icon, "release"],
[WorkScreen.lint, "release"],
Expand Down

1 comment on commit f8bc7da

@vercel
Copy link

@vercel vercel bot commented on f8bc7da Aug 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.