mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -6,7 +6,7 @@ import TimeAgo from 'react-timeago'
|
||||
import buildFormatter from 'react-timeago/lib/formatters/buildFormatter'
|
||||
|
||||
export interface Props {
|
||||
date: string
|
||||
date: string | number
|
||||
}
|
||||
|
||||
const RelativeTime: React.FC<Props> = ({ date }) => {
|
||||
|
Reference in New Issue
Block a user