Skip to content

Commit 7cbff6a

Browse files
committed
fix: supply example
1 parent e61fe3e commit 7cbff6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/supply/src/HubSelector.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export function HubSelector({
1010
onChange: onMarketSelect,
1111
}: HubSelectorProps) {
1212
const { data: hubs, loading } = useHubs({
13-
chainIds: [chainId],
13+
query: {
14+
chainIds: [chainId],
15+
},
1416
});
1517

1618
const handleChange = (event: React.ChangeEvent<HTMLSelectElement>) => {

0 commit comments

Comments
 (0)