Skip to content

Commit

Permalink
fix eng-273 - NaN issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johanleroch committed Jun 26, 2024
1 parent b577303 commit 09e5aff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export function useTable({ type, data }: Params) {
market: { base, quote },
} = row.original
// return <div className="flex flex-col">$1 2345 678</div>
if (!base || !quote || !totalBase || !totalQuote) return "-"
return (
<Value
base={base.address}
Expand Down

0 comments on commit 09e5aff

Please sign in to comment.