This commit is contained in:
Boki 2025-06-16 18:37:20 -04:00
parent 065d3943f6
commit e9ff913b7e
3 changed files with 11 additions and 8 deletions

View file

@ -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}