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) => {
|
export const constructContentComponentBookmarkMutation = (uuid, bookmarked, parent, root) => {
|
||||||
let mutation = {};
|
let mutation = {};
|
||||||
|
|
||||||
if (parent.__typename === 'InstrumentNode') {
|
if (parent.__typename === 'InstrumentNode') {
|
||||||
mutation = {
|
mutation = {
|
||||||
mutation: UPDATE_INSTRUMENT_BOOKMARK,
|
mutation: UPDATE_INSTRUMENT_BOOKMARK,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue