mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9945 from overleaf/ii-last-updated-date-by-translation-unescape-fix
[web] Fix "last updated date by" translation GitOrigin-RevId: 110974ae69a0471c6988c7dea852fac93ce6bb0d
This commit is contained in:
parent
2d6e6328a6
commit
d553863e3f
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function LastUpdatedCell({ project }: LastUpdatedCellProps) {
|
|||
lastUpdatedDate: fromNowDate(project.lastUpdated),
|
||||
person: getUserName(project.lastUpdatedBy),
|
||||
}}
|
||||
shouldUnescape
|
||||
// eslint-disable-next-line react/jsx-boolean-value
|
||||
shouldUnescape={true}
|
||||
/>
|
||||
) : (
|
||||
fromNowDate(project.lastUpdated)
|
||||
|
|
Loading…
Reference in a new issue