Skip to content

Commit

Permalink
Fix missing clause on hasSocialIdentities
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobalca committed Jan 23, 2023
1 parent 46da2ca commit 19dc27b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/modules/member/components/member-channels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const hasSocialIdentities = computed(
!!props.member.username?.discord ||
!!props.member.username?.slack ||
!!props.member.username?.hackernews ||
!!props.member.username?.reddit
!!props.member.username?.reddit ||
!!props.member.username?.linkedin
)
</script>

0 comments on commit 19dc27b

Please sign in to comment.