mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 04:27:45 -04:00
Add profile title
This commit is contained in:
@@ -69,6 +69,7 @@ export function getProfile(url: string, header: any = null) {
|
||||
const data = await res.json();
|
||||
setUserData(data);
|
||||
console.log('userData', data);
|
||||
document.title = 'BayesBond | ' + data.name;
|
||||
if (data?.image) {
|
||||
await parseImage(data.image, setImage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user