Skip to content

Commit

Permalink
MEED-2624 Fix the send kudos when hovering user
Browse files Browse the repository at this point in the history
  • Loading branch information
MayTekayaa committed Oct 5, 2023
1 parent f1e0d4e commit be2c414
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@ export default {
if (newVal === 'yourNetwork') {
this.removeAudience();
}
},
entityType(newVal) {
if (newVal === 'USER_TIPTIP') {
this.spaceId = null;
}
}
},
created() {
Expand Down

0 comments on commit be2c414

Please sign in to comment.