Skip to content

Commit

Permalink
fixed chain gov DAOs
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jul 17, 2024
1 parent 1bd3095 commit 48e8016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateful/components/dao/DaoProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const InitializedDaoProviders = ({
}: InitializedDaoProvidersProps) => {
// Don't wrap chain governance in voting module or DAO actions provider.
const inner =
context instanceof ChainXGovDao ? (
context.dao instanceof ChainXGovDao ? (
children
) : (
<VotingModuleAdapterProvider
Expand Down

0 comments on commit 48e8016

Please sign in to comment.