summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++;