Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wix/react-native-calendars into r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
Inbal-Tish committed Mar 5, 2024
2 parents 29dacf5 + 7d29982 commit 83fc874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function xdateToData(date: XDate | string) {
}

export function parseDate(d?: any) {
if (d === undefined) {
if (!d) {
return;
} else if (d.timestamp) {
// conventional data timestamp
Expand Down

0 comments on commit 83fc874

Please sign in to comment.