childOnClick = event => { event.stopPropagation(); // will prevent parentOnClick from triggering //.... your code for what happens on child on click }