issue fixing

This commit is contained in:
Čarodej
2021-10-25 09:53:24 +02:00
parent 018b973c0f
commit 3f93373f60
16 changed files with 68 additions and 33 deletions

View File

@@ -66,7 +66,7 @@
</div>
</ListInfoItem>
<!--Location-->
<!--Team-->
<ListInfoItem
v-if="singleFile.data.attributes.isTeamFolder"
:title="$t('Shared with the Team')"
@@ -164,6 +164,7 @@
},
canShowAuthor() {
return this.$isThisRoute(this.$route, ['SharedWithMe', 'TeamFolders'])
&& this.clipboard[0].data.type !== 'folder'
&& this.user.data.id !== this.clipboard[0].data.relationships.user.data.id
},
},