Skip to content

Commit bbe4ab1

Browse files
committed
chore: fix lint error
1 parent 99691c5 commit bbe4ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/locale/km.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const locale = {
3333
y: 'មួយឆ្នាំ',
3434
yy: '%d ឆ្នាំ'
3535
},
36-
meridiem: (hour) => (hour > 12 ? 'ល្ងាច' : 'ព្រឹក')
36+
meridiem: hour => (hour > 12 ? 'ល្ងាច' : 'ព្រឹក')
3737
}
3838

3939
dayjs.locale(locale, null, true)

0 commit comments

Comments
 (0)