We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c2c19 commit d9b6750Copy full SHA for d9b6750
src/components/layout/Sidebar.tsx
@@ -34,10 +34,10 @@ export function Sidebar() {
34
return getBadgeCount(type)
35
}
36
37
- // Debug için log ekle
+ // Debug logs
38
console.log('Sidebar Debug:', { currentTab, pathname, isDashboardPage })
39
40
- // Fixed logic - tüm tab'lar için çalışacak şekilde
+ // Fixed logic - works for all tabs
41
const isQuickWinsTab = currentTab === 'good-first-issues' || currentTab === 'easy-fixes'
42
const isActionRequiredTab = ['assigned', 'mentions', 'stale'].includes(currentTab)
43
0 commit comments