Skip to content

Commit d9b6750

Browse files
committed
refactor: update debug log comments for clarity and consistency
1 parent 32c2c19 commit d9b6750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/layout/Sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ export function Sidebar() {
3434
return getBadgeCount(type)
3535
}
3636

37-
// Debug için log ekle
37+
// Debug logs
3838
console.log('Sidebar Debug:', { currentTab, pathname, isDashboardPage })
3939

40-
// Fixed logic - tüm tab'lar için çalışacak şekilde
40+
// Fixed logic - works for all tabs
4141
const isQuickWinsTab = currentTab === 'good-first-issues' || currentTab === 'easy-fixes'
4242
const isActionRequiredTab = ['assigned', 'mentions', 'stale'].includes(currentTab)
4343

0 commit comments

Comments
 (0)