Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into refactor/replace-gatsby-la…
Browse files Browse the repository at this point in the history
…yout-modals
  • Loading branch information
andyesp committed Jun 22, 2023
2 parents 921fe0b + bdd57db commit 893eb68
Show file tree
Hide file tree
Showing 4 changed files with 4,519 additions and 1,165 deletions.
2 changes: 1 addition & 1 deletion gatsby-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const queryClient = new QueryClient()
export const wrapRootElement = ({ element }) => {
return (
<AuthProvider>
<FeatureFlagProvider endpoint="https://feature-flags.decentraland.org/dao.json">{element}</FeatureFlagProvider>
<FeatureFlagProvider applicationName={["dao", "dapps"]}>{element}</FeatureFlagProvider>
{SEGMENT_KEY && <Segment key="segment" segmentKey={SEGMENT_KEY} />}
</AuthProvider>
)
Expand Down
Loading

0 comments on commit 893eb68

Please sign in to comment.