lint.
This commit is contained in:
parent
1666693c25
commit
e25e9c2b24
@ -95,7 +95,9 @@
|
|||||||
})
|
})
|
||||||
export default class extends Vue {
|
export default class extends Vue {
|
||||||
get filetransferAllowed() {
|
get filetransferAllowed() {
|
||||||
return this.$accessor.remote.fileTransfer && (this.$accessor.user.admin || !this.$accessor.isLocked('file_transfer'))
|
return (
|
||||||
|
this.$accessor.remote.fileTransfer && (this.$accessor.user.admin || !this.$accessor.isLocked('file_transfer'))
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
get tab() {
|
get tab() {
|
||||||
|
Reference in New Issue
Block a user