Skip to content

Commit

Permalink
#1059 | Fix typo when rendering closedDateTime for a rule failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Vishwanath committed Nov 17, 2023
1 parent c5ad965 commit 35efcc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const columns = [
title: "Closed Date",
field: "closedDateTime",
render: rowData =>
rowData.closeDateTime && moment(rowData.closeDateTime).format("YYYY-MM-DD HH:mm")
rowData.closedDateTime && moment(rowData.closedDateTime).format("YYYY-MM-DD HH:mm")
},
{
title: "Individual UUID",
Expand Down

0 comments on commit 35efcc8

Please sign in to comment.