Skip to content

Commit

Permalink
Update NetworkSelect.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney authored Nov 14, 2023
1 parent 9ff8b2a commit e682147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Exchange/NetworkSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const NetworkSelect = observer(
});
});

const external_ids = [NETWORKS.XMR];
const external_ids = [];
external_ids.forEach(id => {
networks.push({
value: id,
Expand Down

0 comments on commit e682147

Please sign in to comment.