ok
This commit is contained in:
@@ -189,7 +189,7 @@ export default function Invoice({ shopId, table, sendParam, deviceType, socket }
|
||||
setEmail(event.target.value);
|
||||
};
|
||||
return (
|
||||
<div className={styles.Invoice} style={{height: (getItemsByCafeId(shopId).length > 0 ? '': 'calc(100vh - 75px)'), minHeight: (getItemsByCafeId(shopId).length > 0 ? 'calc(100vh - 210px)': '') }}>
|
||||
<div className={styles.Invoice} style={{height: (getItemsByCafeId(shopId).length > 0 ? '': '100vh'), minHeight: (getItemsByCafeId(shopId).length > 0 ? 'calc(100vh - 210px)': '') }}>
|
||||
|
||||
<div style={{ marginTop: "50px" }}></div>
|
||||
<h2 className={styles["Invoice-title"]}>Keranjang</h2>
|
||||
|
||||
Reference in New Issue
Block a user