From 2b3b0e4c307378410af1a16e53f95631f4374fcf Mon Sep 17 00:00:00 2001 From: miteruzo Date: Fri, 13 Mar 2026 12:26:53 +0900 Subject: [PATCH] #290 --- frontend/src/pages/posts/PostHistoryPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/posts/PostHistoryPage.tsx b/frontend/src/pages/posts/PostHistoryPage.tsx index 998fe6a..ab54ad2 100644 --- a/frontend/src/pages/posts/PostHistoryPage.tsx +++ b/frontend/src/pages/posts/PostHistoryPage.tsx @@ -71,7 +71,7 @@ export default (() => { ++rowsCnt } return ( - {withPost && ( @@ -94,7 +94,7 @@ export default (() => { {change.tag ? - : '(マスタ削除済のタグ) '} + : '(マスタ削除済のタグ) '} {`を${ change.changeType === 'add' ? '記載' : '消除' }`}