fix ts error

This commit is contained in:
Hayden 2024-02-29 12:48:30 -06:00
parent 49a92f1723
commit 171ecc3f0c
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -22,6 +22,6 @@
return "";
}
return fmtDate(props.date, props.format, props.datetimeType);
return fmtDate(props.date, props.format);
});
</script>