Basic signup for events
This commit is contained in:
14
legacy/after-submit/alreadyexist.jsx
Normal file
14
legacy/after-submit/alreadyexist.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
|
||||
function AlreadyExistsContainer({ labels, participant_data }) {
|
||||
return (
|
||||
<p>
|
||||
<h3>{participant_data.nicename}</h3>
|
||||
{participant_data.text_1}<br />
|
||||
{participant_data.text_2}<br />
|
||||
<a href={participant_data.email_link}>{participant_data.email_text}</a> ( {participant_data.email_text} )
|
||||
</p>
|
||||
);
|
||||
}
|
||||
|
||||
export default AlreadyExistsContainer;
|
||||
Reference in New Issue
Block a user