Merge branch 'main' into feature/190 #190 Co-authored-by: miteruzo <miteruzo@naver.com> Reviewed-on: #191
This commit was merged in pull request #191.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { AnimatePresence, motion } from 'framer-motion'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { Link } from 'react-router-dom'
|
||||
|
||||
import TagLink from '@/components/TagLink'
|
||||
import TagSearch from '@/components/TagSearch'
|
||||
@@ -128,6 +129,9 @@ export default (({ post }: Props) => {
|
||||
&& `${ (new Date (post.originalCreatedBefore)).toLocaleString () } より前`}
|
||||
</>)}
|
||||
</li>
|
||||
<li>
|
||||
<Link to={`/posts/changes?id=${ post.id }`}>履歴</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>)}
|
||||
</motion.div>
|
||||
|
||||
Reference in New Issue
Block a user