Skip to content

Commit

Permalink
Merge pull request #1836 from Giveth/fix-eslint-error
Browse files Browse the repository at this point in the history
fix eslint error
  • Loading branch information
RamRamez authored Sep 24, 2024
2 parents cd4de51 + fd1617b commit d0eefa4
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 d0eefa4

Please sign in to comment.