Skip to content

Commit

Permalink
fixed DAO apps chain switcher height
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jan 7, 2025
1 parent c35f945 commit 0bc6f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stateful/components/apps/AppsRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ export const AppsRenderer = ({ mode, ...props }: AppsRendererProps) => {
mode === 'dao' ? (
<DaoSupportedChainPickerInput
accountTypes={[AccountType.Polytone, AccountType.Ica]}
buttonClassName="h-full"
hideFormLabel
onChange={setOtherChainId}
onlyDaoChainIds
Expand Down

0 comments on commit 0bc6f32

Please sign in to comment.