Merge remote-tracking branch 'origin/develop' into setttingssync
This commit is contained in:
commit
63bffe73db
8 changed files with 147 additions and 149 deletions
|
|
@ -318,9 +318,7 @@ const updateProfileJSON = ({ credentials, params }) => {
|
|||
credentials,
|
||||
payload: params,
|
||||
method: 'PATCH',
|
||||
})
|
||||
.then((data) => data.json())
|
||||
.then((data) => parseUser(data))
|
||||
}).then((data) => parseUser(data))
|
||||
}
|
||||
|
||||
// Params needed:
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ const extractStyleConfig = ({
|
|||
|
||||
const defaultStyleConfig = extractStyleConfig(defaultState)
|
||||
|
||||
export const applyConfig = (input) => {
|
||||
export const applyStyleConfig = (input) => {
|
||||
const config = extractStyleConfig(input)
|
||||
|
||||
if (config === defaultStyleConfig) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue