Skip to content

Commit

Permalink
Adjust age precision in input list (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler authored Sep 21, 2023
1 parent ad223de commit 3bb99c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/inputRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const InputRow: FC<InputCardProps> = ({ input }) => {
const [opened, { toggle }] = useDisclosure(false);
const age = prettyMilliseconds(Date.now() - input.timestamp * 1000, {
unitCount: 2,
secondsDecimalDigits: 0,
verbose: true,
});

Expand Down

2 comments on commit 3bb99c6

@vercel
Copy link

@vercel vercel bot commented on 3bb99c6 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3bb99c6 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollups-explorer-workshop – ./apps/workshop

rollups-explorer-workshop-git-main-cartesi.vercel.app
rollups-explorer-workshop-cartesi.vercel.app
rollups-explorer-workshop.vercel.app

Please sign in to comment.