Skip to content

Commit

Permalink
Merge pull request #120 from Linkup-3mw/feature/clubDetail
Browse files Browse the repository at this point in the history
[Fix] Tab bug
  • Loading branch information
k-wisdom authored Jun 13, 2024
2 parents ea58e7a + 7a5ea8c commit 3e2c2a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function SectionIntrduce({ id, clubInfo, memberType }: Props) {

useEffect(() => {
const currentTab = pathname.substring(1).split('/')[3];
setTab(currentTab);
setTab(currentTab || '');
}, []);

useEffect(() => {
Expand Down

0 comments on commit 3e2c2a7

Please sign in to comment.