Skip to content

Commit fb28f60

Browse files
committed
Fix: 変数名修正
1 parent 49449fb commit fb28f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/date_diff/useDateDiff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const convert = (date1: Dayjs | undefined, date2: Dayjs | undefined) => {
5151
return {
5252
year: '0',
5353
month: '0',
54-
dayFloat: '0',
54+
dayInt: '0',
5555
day: '0',
5656
hour: '0',
5757
minute: '0',

0 commit comments

Comments
 (0)