Skip to content

Commit

Permalink
ar(fix) export nit
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 30, 2024
1 parent ef27673 commit d50fd2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export default async function RootLayout({ children, params }: { children: React
const _services = (await getUserServices())?.data?.services || [];
const _abilities = (await getUserAbilities())?.data?.abilities || [];

console.log({ _services, _abilities });

// to-do: IMPROVE THIS
// https://www.notion.so/angeloreale/Nyx-Improve-locale-parsing-for-services-d02ab83262be4c19987119c30a530480?pvs=4
const parseData = (dataset: any) =>
Expand Down

0 comments on commit d50fd2d

Please sign in to comment.