Skip to content

Commit c460056

Browse files
committed
Remove unnecessary code
1 parent 68978da commit c460056

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/views/SharingDetailsTab.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,6 @@ export default {
192192
title = title + this.share.shareWithDisplayName
193193
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_LINK) {
194194
title = t('files_sharing', 'Share link')
195-
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GROUP) {
196-
title += ` (${t('files_sharing', 'group')})`
197-
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_ROOM) {
198-
title += ` (${t('files_sharing', 'conversation')})`
199-
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_REMOTE) {
200-
title += ` (${t('files_sharing', 'remote')})`
201-
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP) {
202-
title += ` (${t('files_sharing', 'remote group')})`
203-
} else if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_GUEST) {
204-
title += ` (${t('files_sharing', 'guest')})`
205195
}
206196
207197
return title

0 commit comments

Comments
 (0)