linting
This commit is contained in:
parent
065d3943f6
commit
e9ff913b7e
3 changed files with 11 additions and 8 deletions
|
|
@ -190,7 +190,7 @@ export function ExchangesTable() {
|
|||
{sources.map(source => {
|
||||
// The source key is already in format "source_sourcecode" from the storage
|
||||
const displayText = source.toUpperCase();
|
||||
|
||||
|
||||
return (
|
||||
<span
|
||||
key={source}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue