Browse Source

#290

feature/290
みてるぞ 1 week ago
parent
commit
f8f870fccc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/pages/posts/PostHistoryPage.tsx

+ 1
- 1
frontend/src/pages/posts/PostHistoryPage.tsx View File

@@ -94,7 +94,7 @@ export default (() => {
<td className="p-2">
{change.tag
? <TagLink tag={change.tag} withWiki={false} withCount={false}/>
: '(マスタ削除済のタグ) '
: '(マスタ削除済のタグ) '}
{`を${ change.changeType === 'add' ? '記載' : '消除' }`}
</td>
<td className="p-2">


Loading…
Cancel
Save