Skip to content

Commit cc146c0

Browse files
committed
pass now-supported ellipsisDir "left" prop to ExplorerDatum component, flipping the display value to the last 12 digits and putting the ellipsis in front
1 parent 06733e3 commit cc146c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/explorer/components/Block/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function Block({ block }: Props) {
5555
</div>
5656
<div className="flex flex-col gap-y-2 md:gap-y-4">
5757
{values.map((item) => (
58-
<ExplorerDatum key={item.label} {...item} />
58+
<ExplorerDatum key={item.label} {...item} ellipsisDir="left" />
5959
))}
6060
</div>
6161
</div>

0 commit comments

Comments
 (0)