Fixed todos so they get picked up by extensions.

This commit is contained in:
Patrick Fic
2020-02-19 13:46:14 -08:00
parent faed2c32b6
commit f49f460a66
19 changed files with 30 additions and 30 deletions

View File

@@ -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>