mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
align calculating and formatting of dates between components
This commit is contained in:
@@ -134,7 +134,7 @@ const AnnotateLine: FC<Props> = ({ annotation, showAnnotation, dispatch, nr, chi
|
||||
{annotation.author.name}
|
||||
</Author>{" "}
|
||||
<When>
|
||||
<DateShort value={annotation.when} />
|
||||
<DateShort date={annotation.when} />
|
||||
</When>{" "}
|
||||
</Metadata>
|
||||
<LineNumber>{nr}</LineNumber> <LineElement>{children}</LineElement>
|
||||
|
||||
Reference in New Issue
Block a user