Skip to content

Commit

Permalink
Fix #1719
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Oct 10, 2020
1 parent e161335 commit 0a9f2df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/app/common/views/components/settings/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,10 @@ export default Vue.extend({
methods: {
updateAvatar() {
if (this.$root.isMobile) return;
updateAvatar(this.$root)();
},
updateBanner() {
if (this.$root.isMobile) return;
updateBanner(this.$root)();
},
Expand Down

0 comments on commit 0a9f2df

Please sign in to comment.