Skip to content

Commit

Permalink
chore: replace composent by body
Browse files Browse the repository at this point in the history
  • Loading branch information
subraAntoine committed Jul 2, 2024
1 parent 5ed236b commit 24f6217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function AgendaItemPage(): ReactElement {
}
return tabData
.find((order) => order.id === menusMock[openedMenu].id)
?.tabs.find((tab) => tab.id === activeTab)?.content.composent;
?.tabs.find((tab) => tab.id === activeTab)?.content.body;
};

const handleConfirmModal = (): void => {
Expand Down

0 comments on commit 24f6217

Please sign in to comment.