with cache
This commit is contained in:
@@ -20,7 +20,9 @@ const Posts: FC<PostProps> = ({ posts }) => {
|
||||
<ReactMarkdown children={p.message} remarkPlugins={[remarkGfm]} />
|
||||
)}
|
||||
</div>
|
||||
<small>{new Date(p.time * 1000).toLocaleString()}</small>
|
||||
<small className="mt-2">
|
||||
{new Date(p.time * 1000).toLocaleString()}
|
||||
</small>
|
||||
</div>
|
||||
))}
|
||||
</>
|
||||
|
Reference in New Issue
Block a user