ok
This commit is contained in:
@@ -215,6 +215,7 @@ const Header = ({
|
||||
HeaderText,
|
||||
shopId,
|
||||
shopName,
|
||||
shopImage,
|
||||
shopOwnerId,
|
||||
shopClerks,
|
||||
tableCode,
|
||||
@@ -307,7 +308,7 @@ const Header = ({
|
||||
</Title>
|
||||
<div style={{ visibility: showProfile ? "visible" : "hidden" }}>
|
||||
<ProfileImage
|
||||
src="https://i.ibb.co.com/fpg1v8J/profile-major-icon-1024x1024-9rtgyx30.png"
|
||||
src={shopImage}
|
||||
alt="Profile"
|
||||
onClick={handleImageClick}
|
||||
animate={showRectangle && animate}
|
||||
|
||||
Reference in New Issue
Block a user