Skip to content

Commit

Permalink
Re-enable noble Ics20Withdraws (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Aug 8, 2024
1 parent e6f019e commit b7d5f21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/minifront/src/components/ibc/ibc-out/chain-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { AllSlices } from '../../../state';
import { Chain } from '@penumbra-labs/registry';
import { useStoreShallow } from '../../../utils/use-store-shallow';
import { useChains } from '../../../state/ibc-out';
import { bech32ChainIds } from '../../../state/shared.ts';

const chainSelectorSelector = (state: AllSlices) => ({
chain: state.ibcOut.chain,
Expand Down Expand Up @@ -45,7 +44,6 @@ export const ChainSelector = () => {
<SelectContent className='left-[-17px]'>
{chains.data?.map((i, index) => (
<SelectItem
disabled={bech32ChainIds.includes(i.chainId)}
key={index}
value={i.displayName}
className={cn(
Expand Down

0 comments on commit b7d5f21

Please sign in to comment.