Skip to content

Commit

Permalink
feature/EPMGCIP-166/Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Balonikau committed Jan 24, 2025
1 parent a08fe32 commit d3f3dab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/[locale]/friends/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ export default async function FriendsPage() {
const lastUrlSegment = getLastUrlSegment();
const page = await getPage(lastUrlSegment);

console.log('Segment', lastUrlSegment);
console.log('page', page);

return page && <Page page={page} />;
}

0 comments on commit d3f3dab

Please sign in to comment.