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;