Skip to content

Commit 16fba1c

Browse files
committed
fix lint error
1 parent 84388d2 commit 16fba1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/settings/actions/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ export const saveProfileSettings = (settings) => (dispatch, getState) => {
206206
// for such traits we have to use POST method instead of PUT or we will get
207207
// error 404 for such traits
208208
traits.filter((trait) => trait.categoryName),
209-
'traitId')
209+
'traitId'
210+
)
210211
const updatedTraits = applyProfileSettingsToTraits(traits, settings)
211212

212213
// we will only update on server traits which can be updated on the settings page

0 commit comments

Comments
 (0)