Fixed todos so they get picked up by extensions.
This commit is contained in:
@@ -61,14 +61,14 @@ export default function ScheduleEventComponent({ event, handleCancel }) {
|
||||
</Button>
|
||||
<Button>
|
||||
{
|
||||
//TODO: Add reschedule Func.
|
||||
//TODO Add reschedule Func.
|
||||
}
|
||||
{t("appointments.actions.reschedule")}
|
||||
</Button>
|
||||
{event.isintake ? (
|
||||
<Button>
|
||||
{
|
||||
//TODO: Add intake func.
|
||||
//TODO Add intake func.
|
||||
}
|
||||
{t("appointments.actions.intake")}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user