IO-3020 IO-3036 Transition enum to function to render correctly.

This commit is contained in:
Patrick Fic
2024-12-10 13:23:07 -08:00
parent 7fdf109e14
commit d869dbe97b
34 changed files with 40 additions and 38 deletions

View File

@@ -90,7 +90,7 @@ export function ScheduleCalendarHeaderComponent({
</tbody>
</table>
<Card style={{ maxWidth: "30rem" }}>
<UpsellComponent size="small" upsell={upsellEnum.smartscheduling.hrsdelta} />
<UpsellComponent size="small" upsell={upsellEnum().smartscheduling.hrsdelta} />
</Card>
</div>
);
@@ -130,7 +130,7 @@ export function ScheduleCalendarHeaderComponent({
</tr>
)}
<Card style={{ maxWidth: "30rem" }}>
<UpsellComponent size="small" upsell={upsellEnum.smartscheduling.hrsdelta} />
<UpsellComponent size="small" upsell={upsellEnum().smartscheduling.hrsdelta} />
</Card>
</tbody>
</table>