Skip to content

Commit

Permalink
Merge branch 'issue-11143' of github.com:Jarsen136/nft-gallery into i…
Browse files Browse the repository at this point in the history
…ssue-11143
  • Loading branch information
Jarsen136 committed Dec 3, 2024
2 parents 6f64c71 + e99b32a commit b430d04
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 b430d04

Please sign in to comment.