Skip to content

Commit

Permalink
fix: profile interactions test
Browse files Browse the repository at this point in the history
  • Loading branch information
hassnian committed Nov 29, 2024
1 parent 1d9b58c commit 10c0408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/profile/ProfileDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,9 @@ const buttonConfig = computed<ButtonConfig>(() =>
)
const switchToTab = (tab: ProfileTab) => {
activeTab.value = tab
if (activeTab.value !== tab) {
activeTab.value = tab
}
}
const onFollowersClick = () => {
Expand Down

0 comments on commit 10c0408

Please sign in to comment.