Delete unused PublicRoute HOC
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Invite() {
|
||||
|
||||
const handleSelect = (value) => {
|
||||
// TODO Verify if input contains an email
|
||||
// TODO Verify if email is already in the participants
|
||||
// Verify if email is already in the participants
|
||||
let updatedContactDropdown = [...contactDropdown];
|
||||
|
||||
if (value.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user