Notifications view improvement and some cleaning
This commit is contained in:
@@ -37,7 +37,7 @@ let UserName = ({ profileid, hideIcon }) => {
|
||||
if (subscribed)
|
||||
setProfile(p);
|
||||
storeName(profileid, p);
|
||||
console.log("Fetching Name:" + p?.profile?.firstName);
|
||||
//console.log("Fetching Name:" + p?.profile?.firstName);
|
||||
}
|
||||
getData();
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user