From 3bccbbf9e17e15dd85e830adcb49033998784e3a Mon Sep 17 00:00:00 2001 From: behzadsoleimani <40197783+behzadsoleimani@users.noreply.github.com> Date: Mon, 29 Jul 2019 17:01:51 +0430 Subject: [PATCH] fix when both clear button & showToday button --- lib/src/_shared/ModalDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/_shared/ModalDialog.tsx b/lib/src/_shared/ModalDialog.tsx index 650d812ea..87db586f8 100644 --- a/lib/src/_shared/ModalDialog.tsx +++ b/lib/src/_shared/ModalDialog.tsx @@ -64,7 +64,7 @@ export const ModalDialog: React.SFC )} - {!clearable && showTodayButton && ( + {showTodayButton && (