We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5ce99 commit 11a933cCopy full SHA for 11a933c
web/pages/[username]/index.tsx
@@ -171,6 +171,7 @@ export default function UserPage(props: UserPageProps) {
171
async function load() {
172
setLoading(true)
173
try {
174
+ // console.log('Loading profile for native mobile', username)
175
const _props = await getPageData(username)
176
setFetchedProps(_props)
177
} catch (e) {
0 commit comments