diff --git a/frontend/src/pages/posts/PostHistoryPage.tsx b/frontend/src/pages/posts/PostHistoryPage.tsx index 0b09fe7..3fd444e 100644 --- a/frontend/src/pages/posts/PostHistoryPage.tsx +++ b/frontend/src/pages/posts/PostHistoryPage.tsx @@ -10,6 +10,7 @@ import MainArea from '@/components/layout/MainArea' import { SITE_TITLE } from '@/config' import { fetchPostChanges } from '@/lib/posts' import { postsKeys } from '@/lib/queryKeys' +import { cn } from '@/lib/utils' import type { FC } from 'react' @@ -44,7 +45,7 @@ export default (() => { {loading ? 'Loading...' : ( <>
| 投稿 | 変更 | @@ -64,9 +65,12 @@ export default (() => { ++rowsCnt } return ( -|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + |
| )}
- + |
|
- + |
{change.user ? (
{nicoTags.length > 0 && (
|