Skip to content

Commit 11a933c

Browse files
committed
Comment
1 parent 4b5ce99 commit 11a933c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/pages/[username]/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ export default function UserPage(props: UserPageProps) {
171171
async function load() {
172172
setLoading(true)
173173
try {
174+
// console.log('Loading profile for native mobile', username)
174175
const _props = await getPageData(username)
175176
setFetchedProps(_props)
176177
} catch (e) {

0 commit comments

Comments
 (0)