fix build

This commit is contained in:
Milan Paunovic
2024-09-27 12:13:39 +02:00
parent ba5a32eb88
commit 92f72b4483
8 changed files with 47 additions and 16 deletions

View File

@ -32,9 +32,11 @@ const daysOfWeek = [
export const ManuallyAddEventModal = ({
show,
close,
initialDate
}: {
show: boolean;
close: () => void;
initialDate?: Date
}) => {
const { user } = useAuthContext();
const insets = useSafeAreaInsets();