Добавлен атрибут картинки для ингредиентов и удален атрибут английского названия
This commit is contained in:
@@ -39,6 +39,7 @@ export function UserPopover({anchorEl, onClose, open}) {
|
||||
} catch (err) {
|
||||
logger.error('Sign out error', err);
|
||||
}
|
||||
// eslint-disable-next-line
|
||||
}, [checkSession, location]);
|
||||
|
||||
return (
|
||||
@@ -85,7 +86,7 @@ export function UserPopover({anchorEl, onClose, open}) {
|
||||
}
|
||||
|
||||
function userDescriptor(user) {
|
||||
if(!user) {
|
||||
if (!user) {
|
||||
return null;
|
||||
}
|
||||
if (!user.name) {
|
||||
|
||||
Reference in New Issue
Block a user