chore: lint

This commit is contained in:
amhsirak
2025-01-09 19:22:18 +05:30
parent e87952535a
commit 2ac581fa70

View File

@@ -58,8 +58,8 @@ const DatePicker: React.FC<DatePickerProps> = ({ coordinates, selector, onClose
onClick={handleConfirm} onClick={handleConfirm}
disabled={!selectedDate} disabled={!selectedDate}
className={`px-3 py-1 text-sm rounded ${selectedDate className={`px-3 py-1 text-sm rounded ${selectedDate
? 'bg-blue-500 text-white hover:bg-blue-600' ? 'bg-blue-500 text-white hover:bg-blue-600'
: 'bg-gray-300 text-gray-500 cursor-not-allowed' : 'bg-gray-300 text-gray-500 cursor-not-allowed'
}`} }`}
> >
Confirm Confirm