Skip to content

Commit 7a3bd18

Browse files
committed
fixed style
1 parent b310ac8 commit 7a3bd18

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pages/rsvps/MyRsvps.page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export function MyRsvpsPage() {
4545

4646
const eventsMap: Record<string, Event> = {};
4747
eventsData.forEach(e => { eventsMap[e.id] = e; });
48-
console.log(rsvpData);
4948
return rsvpData.map(r => {
5049
const event = eventsMap[r.eventId];
5150

@@ -115,7 +114,6 @@ export function MyRsvpsPage() {
115114
}
116115

117116
apiCache.invalidate('rsvps:my');
118-
apiCache.invalidate('events:upcoming');
119117
}, [getToken]);
120118

121119
return (

0 commit comments

Comments
 (0)