Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Aug 6, 2024
1 parent 1909f23 commit 3d749a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/ui/pool/SelectNetworkWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React, { FC, memo } from 'react'
import { ChainId, chainName } from 'sushi/chain'

interface SelectNetworkWidgetProps {
networks: ChainId[]
networks: readonly ChainId[]
selectedNetwork: ChainId
onSelect(chainId: ChainId): void
title?: string
Expand Down

0 comments on commit 3d749a8

Please sign in to comment.