From 11a933cc040aa257ccfde3aa37de2ca2309d2f2a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 8 Nov 2025 19:46:21 +0100 Subject: [PATCH] Comment --- web/pages/[username]/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pages/[username]/index.tsx b/web/pages/[username]/index.tsx index 0e0d952..a8000d6 100644 --- a/web/pages/[username]/index.tsx +++ b/web/pages/[username]/index.tsx @@ -171,6 +171,7 @@ export default function UserPage(props: UserPageProps) { async function load() { setLoading(true) try { + // console.log('Loading profile for native mobile', username) const _props = await getPageData(username) setFetchedProps(_props) } catch (e) {