Skip to content

Commit

Permalink
fix: isDEV
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin101Zhang committed Jul 19, 2024
1 parent 530d09f commit d139bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/widgets/src/QueryApi.Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ const selectIndexerPage = (viewName) => {
return (
<Wrapper>
<Tabs>
{!IS_DEV && (
{IS_DEV && (
<TabsButton
type="button"
onClick={() => selectTab("launchpad")}
Expand Down

0 comments on commit d139bf0

Please sign in to comment.