ok
This commit is contained in:
@@ -294,7 +294,7 @@ function CafePage({
|
||||
}
|
||||
/>
|
||||
))}
|
||||
{(user.username || cartItemsLength > 0) &&
|
||||
{!isEditMode && (user.username || cartItemsLength > 0) &&
|
||||
<div style={{ marginTop: '10px', height: '40px', position: 'sticky', bottom: '40px', display: 'flex', justifyContent: 'center', alignItems: 'center', textAlign: 'center' }}>
|
||||
{cartItemsLength > 0 &&
|
||||
<div onClick={goToCart} style={{ backgroundColor: '#73a585', width: user.username ? '55vw' : '70vw', height: '40px', borderRadius: '30px', display: 'flex', justifyContent: 'space-between', padding: '0 20px' }}>
|
||||
|
||||
Reference in New Issue
Block a user