Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
oatkiller committed Jul 15, 2020
1 parent ad3abea commit ab85820
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ export const ProcessEventListNarrowedByType = memo(function ProcessEventListNarr
eventCategory: `${eventType}`,
eventType: `${event.ecsEventType(resolverEvent)}`,
name: event.descriptiveName(resolverEvent),
entityId,
entityId: String(entityId),
setQueryParams: () => {
pushToQueryParams({ crumbId: entityId, crumbEvent: processEntityId });
pushToQueryParams({ crumbId: String(entityId), crumbEvent: processEntityId });
},
};
});
Expand Down

0 comments on commit ab85820

Please sign in to comment.