This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
69
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
#290
feature/290
みてるぞ
1 week ago
parent
8b6f20bae3
commit
f8f870fccc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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">
Write
Preview
Loading…
Cancel
Save