mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Fix build issue from pull request #193
This commit is contained in:
@@ -100,7 +100,7 @@ export default function CalendarComponent(props: any) {
|
||||
dayStyle={(date) =>
|
||||
date.getDay() === today.getDay() && date.getDate() === today.getDate()
|
||||
? { backgroundColor: '#2C2E33' }
|
||||
: null
|
||||
: {}
|
||||
}
|
||||
dayClassName={(date, modifiers) =>
|
||||
cx({ [classes.weekend]: modifiers.weekend })
|
||||
|
||||
Reference in New Issue
Block a user