From 167cfb35f7ca1e1ecb4acc56638b00e37e2d456e Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 16 Jun 2025 02:29:12 +0900 Subject: [PATCH] fix tab name --- oauth/src/App.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/oauth/src/App.tsx b/oauth/src/App.tsx index 6c3cfc9..f02d5f2 100644 --- a/oauth/src/App.tsx +++ b/oauth/src/App.tsx @@ -1197,25 +1197,25 @@ function App() { className={`tab-button ${activeTab === 'comments' ? 'active' : ''}`} onClick={() => setActiveTab('comments')} > - Comments ({comments.filter(shouldShowComment).length}) + comment ({comments.filter(shouldShowComment).length}) @@ -1543,4 +1543,4 @@ function App() { ); } -export default App; \ No newline at end of file +export default App;