Add view-only RSVPs page and View RSVPs button
This commit is contained in:
@@ -86,6 +86,18 @@ const EventList: React.FC = () => {
|
||||
</Typography>
|
||||
</CardContent>
|
||||
<CardActions>
|
||||
<Button
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
navigate(`/events/${event.slug}/view`);
|
||||
}}
|
||||
color="primary"
|
||||
aria-label="view rsvps"
|
||||
variant="text"
|
||||
sx={{ ml: 1 }}
|
||||
>
|
||||
View RSVPs
|
||||
</Button>
|
||||
<Button
|
||||
onClick={(e) => {
|
||||
e.stopPropagation();
|
||||
|
||||
Reference in New Issue
Block a user