Fix date-fn format string

This commit is contained in:
David Hönig
2023-09-01 12:16:44 +02:00
parent a7b3d12844
commit e3ecfbaaa5

View File

@@ -197,7 +197,7 @@ export const WebhooksTab = () => {
<div className="text-xs">
<div>
Updated At:{" "}
{format(new Date(updatedAt), "YYYY-MM-DD, hh:mm aaa")}
{format(new Date(updatedAt), "yyyy-MM-dd, hh:mm aaa")}
</div>
{lastRunErrorMessage && (
<div className="mt-2 text-red">