Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
550702c7
Verified
Commit
550702c7
authored
Jun 06, 2019
by
Eliot Berriot
Browse files
Removed log statement
parent
1eda1348
Pipeline
#4228
passed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/store.js
View file @
550702c7
...
...
@@ -23,7 +23,6 @@ export const storeConfig = {
state
.
accounts
[
id
]
=
payload
},
setRecursiveState
(
state
,
{
key
,
suffix
,
value
})
{
console
.
log
(
'
SETTING RECURSIVE
'
,
key
,
suffix
,
value
,
state
)
if
(
suffix
)
{
let
existing
=
get
(
state
,
key
,
{})
existing
[
suffix
]
=
value
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment