feat(comments): one more reaction

This commit is contained in:
Dimitrie Stefanescu
2022-05-15 13:44:01 +01:00
parent f8860c0fc7
commit b0283f0594
+1 -1
View File
@@ -22,7 +22,7 @@ const store = new Vuex.Store({
selectedComment: null,
addingComment: false,
preventCommentCollapse: false,
commentReactions: ['❤️', '✏️', '🔥', '📍'],
commentReactions: ['❤️', '✏️', '🔥', '📍', '😲'],
emojis
},
mutations: {