added tooltips, still need work

This commit is contained in:
Boki 2025-06-18 08:35:52 -04:00
parent 47676edb13
commit b6e2fd8c9e
2 changed files with 18 additions and 15 deletions

View file

@ -154,7 +154,6 @@ export function ExchangesTable() {
setEditingCell({ id: row.original.id, field: 'name' });
setEditValue(getValue() as string);
}}
title={getValue() as string}
>
{getValue() as string}
</div>