Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Sep 24, 2024
1 parent cd4de51 commit fd1617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/adminJs/tabs/qfRoundTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const availableNetworkValues = [
label: 'MORDOR ETC TESTNET',
},
{ value: NETWORK_IDS.OPTIMISM_SEPOLIA, label: 'OPTIMISM SEPOLIA' },
{ value: NETWORK_IDS.STELLAR_MAINNET, label: 'STELLAR MAINNET'},
{ value: NETWORK_IDS.STELLAR_MAINNET, label: 'STELLAR MAINNET' },
{ value: NETWORK_IDS.CELO, label: 'CELO' },
{
value: NETWORK_IDS.CELO_ALFAJORES,
Expand Down

0 comments on commit fd1617b

Please sign in to comment.