working on qr

This commit is contained in:
frontend perkafean
2024-08-05 09:44:01 +00:00
parent 4caf11e4a1
commit 76741e304f
4 changed files with 162 additions and 46 deletions

View File

@@ -201,6 +201,7 @@ const TablesPage = ({ shopId }) => {
tableNo={tableNo}
/>
<TableList
shopUrl={window.location.hostname + "/" + shopId}
tables={tables}
onSelectTable={handleSelect}
selectedTable={selectedTable}