diff --git a/components/Message.vue b/components/Message.vue index e1d3c6c..b6afc7b 100644 --- a/components/Message.vue +++ b/components/Message.vue @@ -118,8 +118,6 @@ onMounted(async () => { // showHover.value = !showHover.value; //} -console.log(props.authorColor) - const menuItems = [ { name: "Reply", callback: () => { if (messageElement.value) replyToMessage(messageElement.value, props) } } ]