mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Update fallback rsvp count
This commit is contained in:
parent
632881876e
commit
dd400c234c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export function Winter() {
|
|||
|
||||
const rsvpCount = rsvps
|
||||
? rsvps.filter(rsvp => rsvp.fields.Status === 'rsvp').length
|
||||
: 100 // arbitrary fallback number
|
||||
: 1000 // arbitrary fallback number
|
||||
return (
|
||||
<>
|
||||
<Box as="main" sx={{ bg: 'blue' }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue