From 1fa8c8ac53e8f6dea97d914b4b7b0b26330f3d9e Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 31 May 2020 22:00:11 +0200 Subject: [PATCH] clear history modal now correctly closes Signed-off-by: Philip Molares --- .../pages/history/history-toolbar/clear-history-button.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/landing/pages/history/history-toolbar/clear-history-button.tsx b/src/components/landing/pages/history/history-toolbar/clear-history-button.tsx index cb830536d..8b45ff77d 100644 --- a/src/components/landing/pages/history/history-toolbar/clear-history-button.tsx +++ b/src/components/landing/pages/history/history-toolbar/clear-history-button.tsx @@ -30,7 +30,10 @@ export const ClearHistoryButton: React.FC = ({ onClearH
-