We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49449fb commit fb28f60Copy full SHA for fb28f60
src/app/date_diff/useDateDiff.ts
@@ -51,7 +51,7 @@ const convert = (date1: Dayjs | undefined, date2: Dayjs | undefined) => {
51
return {
52
year: '0',
53
month: '0',
54
- dayFloat: '0',
+ dayInt: '0',
55
day: '0',
56
hour: '0',
57
minute: '0',
0 commit comments