Skip to content

Commit

Permalink
Fixes extra prop from a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Mar 13, 2020
1 parent 4473213 commit 33ed314
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export function Popover({ focusedServiceName }: PopoverProps) {
onFocusClick={isAlreadyFocused ? centerSelectedNode : deselect}
selectedNodeData={selectedNodeData}
selectedNodeServiceName={selectedNodeServiceName}
focusedServiceName={focusedServiceName}
/>
</EuiPopover>
);
Expand Down

0 comments on commit 33ed314

Please sign in to comment.