Skip to content

Commit

Permalink
chore: remove the unnecessary ;
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadshaheer committed Sep 9, 2024
1 parent ceeb463 commit 3adbb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/container/TracesExplorer/ListView/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const getListColumns = (
: dayjs(item / 1e6).format('YYYY-MM-DD HH:mm:ss.SSS');
return (
<BlockLink to={getTraceLink(item)}>
<Typography.Text>{date}</Typography.Text>;
<Typography.Text>{date}</Typography.Text>
</BlockLink>
);
},
Expand Down

0 comments on commit 3adbb8d

Please sign in to comment.