Skip to content

Commit

Permalink
[Tenscan] fix latest batch (#1704)
Browse files Browse the repository at this point in the history
* update latest batch number
  • Loading branch information
Jennievon authored Jan 8, 2024
1 parent 3daec73 commit 8d534c0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export default function Dashboard() {
},
{
title: "Latest L2 Batch",
value: batches?.result?.Total || "N/A",
value: latestBatch?.item?.number
? Number(latestBatch.item.number)
: "N/A",
// TODO: add change
// change: "+20.1%",
icon: LayersIcon,
Expand Down

0 comments on commit 8d534c0

Please sign in to comment.