Make linter happy
This commit is contained in:
parent
febd820267
commit
ffcf382c51
|
|
@ -7,7 +7,7 @@ const compareUuid = uuid => element => element.uuid === uuid;
|
|||
|
||||
export const constructContentComponentBookmarkMutation = (uuid, bookmarked, parent, root) => {
|
||||
let mutation = {};
|
||||
|
||||
|
||||
if (parent.__typename === 'InstrumentNode') {
|
||||
mutation = {
|
||||
mutation: UPDATE_INSTRUMENT_BOOKMARK,
|
||||
|
|
|
|||
Loading…
Reference in New Issue