mirror of
https://github.com/urosran/cally.git
synced 2025-07-14 17:25:46 +00:00
fix build
This commit is contained in:
@ -32,9 +32,11 @@ const daysOfWeek = [
|
||||
export const ManuallyAddEventModal = ({
|
||||
show,
|
||||
close,
|
||||
initialDate
|
||||
}: {
|
||||
show: boolean;
|
||||
close: () => void;
|
||||
initialDate?: Date
|
||||
}) => {
|
||||
const { user } = useAuthContext();
|
||||
const insets = useSafeAreaInsets();
|
||||
|
Reference in New Issue
Block a user