From 8ccebbe1564fe76b376eee83ad985b934edcbfa9 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 19 Jun 2018 16:17:50 +0300 Subject: both bugs fixed. it's reactive and no more conflicting cards --- src/modules/users.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/users.js') diff --git a/src/modules/users.js b/src/modules/users.js index 740ffdf6..ba548765 100644 --- a/src/modules/users.js +++ b/src/modules/users.js @@ -43,10 +43,6 @@ export const mutations = { setUserForStatus (state, status) { status.user = state.usersObject[status.user.id] }, - setHighlighted (state, { user: {id}, color }) { - const user = state.usersObject[id] - set(user, 'color', color) - }, setColor (state, { user: {id}, highlighted }) { const user = state.usersObject[id] set(user, 'highlight', highlighted) -- cgit v1.2.3-70-g09d2