mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +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) =>
|
dayStyle={(date) =>
|
||||||
date.getDay() === today.getDay() && date.getDate() === today.getDate()
|
date.getDay() === today.getDay() && date.getDate() === today.getDate()
|
||||||
? { backgroundColor: '#2C2E33' }
|
? { backgroundColor: '#2C2E33' }
|
||||||
: null
|
: {}
|
||||||
}
|
}
|
||||||
dayClassName={(date, modifiers) =>
|
dayClassName={(date, modifiers) =>
|
||||||
cx({ [classes.weekend]: modifiers.weekend })
|
cx({ [classes.weekend]: modifiers.weekend })
|
||||||
|
|||||||
Reference in New Issue
Block a user