chore: lint
This commit is contained in:
@@ -57,8 +57,7 @@ const DatePicker: React.FC<DatePickerProps> = ({ coordinates, selector, onClose
|
||||
<button
|
||||
onClick={handleConfirm}
|
||||
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-gray-300 text-gray-500 cursor-not-allowed'
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user