Skip to content

Commit

Permalink
Fixes #37911 - Display errata updated as date value
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 committed Oct 10, 2024
1 parent 7539914 commit dfeebfa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ export default ({ cvId, versionId }) => [
},
{
title: __('Updated'),
getProperty: item => item?.updated &&
<LongDateTime date={item.updated} showRelativeTimeTooltip />,
getProperty: item => item?.updated,
},
],
},
Expand Down

0 comments on commit dfeebfa

Please sign in to comment.