This commit is contained in:
zadit
2024-10-17 03:54:32 +07:00
parent 8f50909e1a
commit 45b958642b
5 changed files with 17 additions and 13 deletions

View File

@@ -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}