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