This commit is contained in:
MartinBraquet
2025-11-08 19:46:21 +01:00
parent 4b5ce99bb1
commit 11a933cc04

View File

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