Skip to content

Commit

Permalink
Remove share status
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Mar 30, 2021
1 parent d15b0ab commit 15bca11
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/web-app-files/src/views/SharedViaLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,6 @@ export default {
this.SET_QUOTA(user.quota)
this.loading = false
},
shareStatus(status) {
if (status === 0) {
return this.$gettext('Accepted')
}
if (status === 1) {
return this.$gettext('Pending')
}
if (status === 2) {
return this.$gettext('Declined')
}
}
}
}
Expand Down

0 comments on commit 15bca11

Please sign in to comment.