Skip to content

Commit

Permalink
fixup! feat(editor): improve attendee and resource status display
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Nov 24, 2024
1 parent bd1e0cd commit 2f8a224
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/Editor/AvatarParticipationStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,6 @@ export default {
}
},
},
watch: {
participationStatus: {
immediate: true,
handler(participationStatus) {
console.log('participationStatus', participationStatus)
},
}
},
}
</script>
<style lang="scss" scoped>
Expand Down

0 comments on commit 2f8a224

Please sign in to comment.