summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-15 01:42:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-15 01:42:11 +0900
commitb47fd29535a9d60b9d960d27e319a06f2f93d34f (patch)
tree279dd65b376b52169eeb8e4d6b04389bd21bccb8
parentwip (diff)
downloadsharkey-b47fd29535a9d60b9d960d27e319a06f2f93d34f.tar.gz
sharkey-b47fd29535a9d60b9d960d27e319a06f2f93d34f.tar.bz2
sharkey-b47fd29535a9d60b9d960d27e319a06f2f93d34f.zip
wip
-rw-r--r--src/web/app/common/views/components/widgets/profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/widgets/profile.vue b/src/web/app/common/views/components/widgets/profile.vue
index 1fb756333f..e589eb20b9 100644
--- a/src/web/app/common/views/components/widgets/profile.vue
+++ b/src/web/app/common/views/components/widgets/profile.vue
@@ -30,7 +30,7 @@ export default define({
}).extend({
methods: {
func() {
- if (this.props.design == 3) {
+ if (this.props.design == 2) {
this.props.design = 0;
} else {
this.props.design++;