Skip to content

Commit

Permalink
fix #2510
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Jan 15, 2025
1 parent 9af427c commit 00b23fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/views/components/ProfileCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default ({
)
},
toggleTooltip () {
this.$refs.tooltip.toggle()
this.$refs.tooltip?.toggle()
},
async sendMessage () {
const chatRoomID = this.ourGroupDirectMessageFromUserIds(this.contractID)
Expand Down

0 comments on commit 00b23fb

Please sign in to comment.