Skip to content

Commit

Permalink
Fix: 変数名修正
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Dec 16, 2023
1 parent 49449fb commit fb28f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/date_diff/useDateDiff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const convert = (date1: Dayjs | undefined, date2: Dayjs | undefined) => {
return {
year: '0',
month: '0',
dayFloat: '0',
dayInt: '0',
day: '0',
hour: '0',
minute: '0',
Expand Down

1 comment on commit fb28f60

@vercel
Copy link

@vercel vercel bot commented on fb28f60 Dec 16, 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:

tools-su-u-dev – ./

tools-su-u-dev-su-u.vercel.app
tools-su-u-dev.vercel.app
tools-su-u-dev-git-main-su-u.vercel.app
tools.su-u.dev

Please sign in to comment.