Fix typo in one of the mutations
This commit is contained in:
parent
2aa91df820
commit
5cf74b4405
@ -72,7 +72,7 @@ class PlayerUi extends UI {
|
||||
commit('uw-toggle-ui');
|
||||
},
|
||||
'uw-set-player-debug-data'({commit}, payload) {
|
||||
commit('uw-set-player-debug-data ', payload);
|
||||
commit('uw-set-player-debug-data', payload);
|
||||
},
|
||||
'uw-set-resizer-debug-data'({commit}, payload) {
|
||||
commit('uw-set-resizer-debug-data', payload);
|
||||
|
Loading…
Reference in New Issue
Block a user