Notifications view improvement and some cleaning

This commit is contained in:
Adolfo Reyna
2022-12-11 22:17:58 -05:00
parent 18a37c64c0
commit 90be0f05bb
6 changed files with 52 additions and 45 deletions

View File

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