This commit is contained in:
2026-04-28 00:55:14 +09:00
parent fcd3b87b2a
commit 1d1787312f
5 changed files with 71 additions and 8 deletions
@@ -108,6 +108,7 @@ export default (({ user }: Props) => {
{post
? (
<>
{/* TODO: 親投稿リスト */}
{(post.thumbnail || post.thumbnailBase) && (
<motion.div
layoutId={`page-${ id }`}