Skip to content

Commit be9b0fe

Browse files
committed
default value for report reason
1 parent 86c69d1 commit be9b0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/app/users/UserProfile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
likeClicked: false,
103103
superLikeClicked: false,
104104
},
105-
reportReason: '',
105+
report: 'harassment',
106106
}),
107107
methods: {
108108
preferences() {

0 commit comments

Comments
 (0)