Skip to content

Commit

Permalink
remove orderReady
Browse files Browse the repository at this point in the history
  • Loading branch information
toririm committed Oct 21, 2024
1 parent 733ae64 commit 902b434
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pos/app/routes/_header.serve.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export default function Serve() {
</div>
))}
</div>
<p>{order.orderReady}</p>
{order?.description && (
<div className="mt-4 flex rounded-md bg-gray-200 p-1">
<div className="flex-none">備考:</div>
Expand Down
1 change: 0 additions & 1 deletion pos/app/routes/orders/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default function Order() {
<p>{order.createdAt.toISOString()}</p>
<p>{`提供時間:${order.servedAt?.toISOString()}`}</p>
<p>{order.total}</p>
<p>{order.orderReady}</p>
</li>
))}
</ul>
Expand Down

0 comments on commit 902b434

Please sign in to comment.