This commit is contained in:
syuilo 2019-07-23 00:19:29 +09:00
parent 636f90ca0c
commit ac914af9c3
2 changed files with 1 additions and 6 deletions

View file

@ -5,6 +5,7 @@ unreleased
--------------------
### 🐛Fixes
* すでに使われたことのあるユーザー名を再度使えないように
* モバイルのウィジェットページが常に i/update-client-setting を呼び続ける問題を修正
11.26.1 (2019/07/21)
--------------------

View file

@ -98,12 +98,6 @@ export default Vue.extend({
id: 'g', data: {}
}]);
}
this.$watch('$store.getters.mobileHome', () => {
this.$store.dispatch('settings/updateMobileHomeProfile');
}, {
deep: true
});
},
mounted() {