From 2ac581fa70774e5081160ef4a886430ac881b44e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 19:22:18 +0530 Subject: [PATCH] chore: lint --- src/components/atoms/DatePicker.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/atoms/DatePicker.tsx b/src/components/atoms/DatePicker.tsx index 64664906..61363984 100644 --- a/src/components/atoms/DatePicker.tsx +++ b/src/components/atoms/DatePicker.tsx @@ -58,8 +58,8 @@ const DatePicker: React.FC = ({ coordinates, selector, onClose onClick={handleConfirm} disabled={!selectedDate} className={`px-3 py-1 text-sm rounded ${selectedDate - ? 'bg-blue-500 text-white hover:bg-blue-600' - : 'bg-gray-300 text-gray-500 cursor-not-allowed' + ? 'bg-blue-500 text-white hover:bg-blue-600' + : 'bg-gray-300 text-gray-500 cursor-not-allowed' }`} > Confirm