Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jun 22, 2024
1 parent 78dca39 commit 8bc3d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Routes/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const HomePage = withOperation(HomePageQuery, (operationResult) => {
?.filter(isTruthy)
.map((translation) => [translation.locale, translation.path]) || [],
);
console.log(JSON.stringify({ translations, page }, null, 2));
console.log(JSON.stringify({ operationResult }, null, 2));
return page ? (
<Translations translations={translations}>
<PageDisplay {...page} />
Expand Down

0 comments on commit 8bc3d0f

Please sign in to comment.