Make story timestamps always relative time

This commit is contained in:
Josh Perez 2022-07-28 20:13:39 -04:00 committed by GitHub
parent 473d57fb74
commit e1b60b927a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -138,6 +138,7 @@ export const StoryListItem = ({
</div>
<MessageTimestamp
i18n={i18n}
isRelativeTime
module="StoryListItem__info--timestamp"
timestamp={timestamp}
/>