Skip to content

Commit

Permalink
default to questions tab for signed in
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec committed Nov 14, 2024
1 parent 714cad9 commit d19a645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/pages/topic/[topicSlug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default function TopicPage(props: {
<Col className="w-full">
<QueryUncontrolledTabs
className="mb-4"
defaultIndex={showAbout && user ? 1 : 0}
tabs={buildArray(
showAbout && {
title: 'About',
Expand Down

0 comments on commit d19a645

Please sign in to comment.