Merge pull request #21 from Ryderjj89/dev
Fixing back to events button on thank you page
This commit is contained in:
@@ -408,7 +408,7 @@ const RSVPForm: React.FC = () => {
|
||||
<Button
|
||||
variant="contained"
|
||||
color="primary"
|
||||
onClick={() => navigate('/view/events/${slug}')}
|
||||
onClick={() => navigate(`/view/events/${slug}`)}
|
||||
sx={{ flexGrow: 1 }}
|
||||
>
|
||||
View RSVPs
|
||||
|
||||
Reference in New Issue
Block a user