From 2db9cbf6cd704c00bac0127a24c7619e7b9dc1eb Mon Sep 17 00:00:00 2001 From: dej611 Date: Fri, 26 Jun 2020 14:53:50 +0200 Subject: [PATCH] :label: Make TS ignore the onClick prop for now --- .../components/skip_bottom_button/skip_bottom_button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/discover/public/application/components/skip_bottom_button/skip_bottom_button.tsx b/src/plugins/discover/public/application/components/skip_bottom_button/skip_bottom_button.tsx index 65c772f3b0c74af..13da29e617e311b 100644 --- a/src/plugins/discover/public/application/components/skip_bottom_button/skip_bottom_button.tsx +++ b/src/plugins/discover/public/application/components/skip_bottom_button/skip_bottom_button.tsx @@ -33,6 +33,7 @@ export function SkipBottomButton({ onClick }: SkipBottomButtonProps) { { // prevent the anchor to reload the page on click event.preventDefault();