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) {