summaryrefslogtreecommitdiff
path: root/src/components/Rsvp.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Rsvp.tsx')
-rw-r--r--src/components/Rsvp.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Rsvp.tsx b/src/components/Rsvp.tsx
index 881bf09..81f37fc 100644
--- a/src/components/Rsvp.tsx
+++ b/src/components/Rsvp.tsx
@@ -80,6 +80,7 @@ function Rsvp() {
sx={{ maxWidth: 240 }}
variant="contained">
Add Additional Guests
+ {/* TODO: only allow guests we've selected; allow kids? */}
</Button>
</Grid>
{guestList}