Skip to content

Commit

Permalink
Activity ago is not displaying on history view versions (#69)
Browse files Browse the repository at this point in the history
Only displaying on snapshots and not versions because HistoryViewerVersion.js wasn't updated during
  • Loading branch information
Jianbinzhu authored Aug 30, 2021
1 parent b88fc19 commit b04e0d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class HistoryViewerVersion extends Component {
tabIndex={0}
>
<span className="history-viewer__message" role="cell">
<span>{version.ActivityAgo}</span>
<span>{version.activityAgo}</span>
{' '}
<small className="text-muted">{getDateFromVersion(version)}</small>
</span>
Expand Down

0 comments on commit b04e0d0

Please sign in to comment.