Skip to content

Commit 2311f6f

Browse files
Update Source/Applications/SystemCenterNotification/Scripts/TSX/EmailTypes/History.tsx
Co-authored-by: Christoph Lackner <[email protected]> Signed-off-by: nbeatty-gpa <[email protected]>
1 parent ed8e247 commit 2311f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Source/Applications/SystemCenterNotification/Scripts/TSX/EmailTypes

Source/Applications/SystemCenterNotification/Scripts/TSX/EmailTypes/History.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const History = (props: IProps) => {
9999
HeaderStyle={{ width: 'auto' }}
100100
RowStyle={{ width: 'auto' }}
101101
Content={({ item, field }) => {
102-
return <span className={`badge badge-pill badge-light`}>{moment(item[field]).format('MM/DD/YYYY HH:mm')}</span>
102+
return <span className={`badge badge-pill badge-light`}>{moment(item[field]).format('MM/DD/YYYY HH:mm:ss')}</span>
103103
}}
104104
> Time Sent
105105
</Column>

0 commit comments

Comments
 (0)