diff --git a/src/components/Drawer/index.tsx b/src/components/Drawer/index.tsx index f04d360..b136fea 100644 --- a/src/components/Drawer/index.tsx +++ b/src/components/Drawer/index.tsx @@ -204,12 +204,12 @@ export const Drawer: React.FC> = ({
{/* If there's the back button, display it */} {onBack && ( - )} - diff --git a/src/components/EventCard/index.tsx b/src/components/EventCard/index.tsx index 56ef2e2..89b9a5a 100644 --- a/src/components/EventCard/index.tsx +++ b/src/components/EventCard/index.tsx @@ -135,6 +135,7 @@ export const EventCard: React.FC = ({ />
)} diff --git a/src/components/ModuleCard/index.tsx b/src/components/ModuleCard/index.tsx index 16b061b..52dfa3f 100644 --- a/src/components/ModuleCard/index.tsx +++ b/src/components/ModuleCard/index.tsx @@ -114,6 +114,7 @@ export const ModuleCard: React.FC = ({
{content}