Skip to content

Commit

Permalink
Merge pull request #395 from sparcs-kaist/feat/channel-messenger
Browse files Browse the repository at this point in the history
Open channel talk as a messenger
  • Loading branch information
KoYejune0302 authored Jul 26, 2023
2 parents 5d20b84 + 622ff42 commit 83782b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ export default {
email: this.$store.state.auth.userProfile?.email
}
})
ChannelService.showChannelButton()
ChannelService.showMessenger()
} else {
ChannelService.hideChannelButton()
ChannelService.hideMessenger()
}
}
}
Expand Down

0 comments on commit 83782b9

Please sign in to comment.