Make linter happy

This commit is contained in:
Christian Cueni 2021-11-16 10:45:59 +01:00
parent febd820267
commit ffcf382c51
1 changed files with 1 additions and 1 deletions

View File

@ -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,