diff --git a/pages/event-types/[type].tsx b/pages/event-types/[type].tsx index 0dd007c9..126ced77 100644 --- a/pages/event-types/[type].tsx +++ b/pages/event-types/[type].tsx @@ -8,6 +8,7 @@ import { ExternalLinkIcon, LinkIcon, LocationMarkerIcon, + PencilAltIcon, PlusIcon, TrashIcon, UserAddIcon, @@ -115,6 +116,9 @@ const EventTypePage = (props: inferSSRProps) => { }); const [users, setUsers] = useState([]); + + const [editIcon, setEditIcon] = useState(true); + const [enteredAvailability, setEnteredAvailability] = useState(); const [showLocationModal, setShowLocationModal] = useState(false); const [showAddCustomModal, setShowAddCustomModal] = useState(false); @@ -358,16 +362,24 @@ const EventTypePage = (props: inferSSRProps) => { +
setEditIcon(false)}> + + {editIcon && ( + + )} +
} subtitle={eventType.description || ""}>