1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 22:35:53 +02:00
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

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