Skip to content

Commit

Permalink
ar(feat) [DPCP-40]: Parse Services.
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 26, 2024
1 parent def59d3 commit 16293ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/components/client/blocks/topnav-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const VTopNav = ({ user, services }: VTopNavProps) => {
<DPTypo variant={TypographyVariant.SMALL}>
{t('welcome')}, {coercedName}
</DPTypo>
{ services.map((service) => (
{ services?.map((service) => (
<InternalLink className="block" href={`/services/${service.slug}`}>
{service.name}
</InternalLink>
Expand Down

0 comments on commit 16293ee

Please sign in to comment.