fix prettier errors

This commit is contained in:
Labhansh Agrawal 2020-03-25 15:45:08 +05:30 committed by Benjamin Staneck
parent d2d31e346a
commit 41b1ac1852
39 changed files with 150 additions and 153 deletions

View file

@ -209,7 +209,7 @@ export function moveTo(i: number | 'last') {
const {termGroups} = getState().termGroups;
i =
Object.keys(termGroups)
.map(uid => termGroups[uid])
.map((uid) => termGroups[uid])
.filter(({parentUid}) => !parentUid).length - 1;
}
dispatch({