Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Jul 27, 2023
1 parent d490022 commit 896315c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TokenList/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const CHAIN_ICONS = {
'mainnet': importAll(require.context('../../meta/mainnet/icons', false, /\.(png|jpe?g|svg)$/)),
'staging3': importAll(require.context('../../meta/staging/icons', false, /\.(png|jpe?g|svg)$/)),
'legacy': importAll(require.context('../../meta/legacy/icons', false, /\.(png|jpe?g|svg)$/)),
'regression': importAll(require.context('../../meta/regression/icons', false, /\.(png|jpe?g|svg)$/))
'regression': importAll(
require.context('../../meta/regression/icons', false, /\.(png|jpe?g|svg)$/))
}


Expand Down

0 comments on commit 896315c

Please sign in to comment.