mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +00:00
Fixes
This commit is contained in:
1
app.json
1
app.json
@ -4,6 +4,7 @@
|
|||||||
"slug": "cally",
|
"slug": "cally",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
|
"owner": "tomira",
|
||||||
"icon": "./assets/images/icon.png",
|
"icon": "./assets/images/icon.png",
|
||||||
"scheme": "callyplanner",
|
"scheme": "callyplanner",
|
||||||
"userInterfaceStyle": "light",
|
"userInterfaceStyle": "light",
|
||||||
|
|||||||
@ -138,8 +138,6 @@ export const useGetEvents = () => {
|
|||||||
.get(),
|
.get(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
console.log(`Found ${publicFamilyEvents.size} public events, ${privateCreatorEvents.size} private creator events, ${privateAttendeeEvents.size} private attendee events, ${userAttendeeEvents.size} user attendee events, ${userCreatorEvents.size} user creator events`);
|
|
||||||
|
|
||||||
allEvents = [
|
allEvents = [
|
||||||
...publicFamilyEvents.docs.map(doc => ({...doc.data(), id: doc.id})),
|
...publicFamilyEvents.docs.map(doc => ({...doc.data(), id: doc.id})),
|
||||||
...privateCreatorEvents.docs.map(doc => ({...doc.data(), id: doc.id})),
|
...privateCreatorEvents.docs.map(doc => ({...doc.data(), id: doc.id})),
|
||||||
|
|||||||
Reference in New Issue
Block a user