mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Cleanup
This commit is contained in:
parent
1e01ccfa71
commit
0d8ce0a172
@ -53,10 +53,8 @@ export default {
|
||||
computed: {
|
||||
routes() {
|
||||
const routes = []
|
||||
console.log('resource: ', this.resource)
|
||||
|
||||
if (this.resourceType === 'group') {
|
||||
console.log('this.resourceType: ', this.resourceType)
|
||||
routes.push({
|
||||
label: this.$t('group.contentMenu.visitGroupPage'),
|
||||
icon: 'home',
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
class="group-content-menu"
|
||||
/>
|
||||
<!-- TODO: implement later on -->
|
||||
<!-- @mute="muteUser"
|
||||
<!-- @mute="muteUser"
|
||||
@unmute="unmuteUser"
|
||||
@block="blockUser"
|
||||
@unblock="unblockUser"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user