mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Comment
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user