Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
osubuu committed May 10, 2020
1 parent 1e0f9bf commit d950941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/OrderList.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ const OrderList = () => (
{({ data: { orders }, loading, error }) => {
if (error) return <ErrorMessage error={error} />;
if (loading) return <p>Loading...</p>;
console.log(orders);
return (
// <h1>hi</h1>
<div>
<h2>You have {orders.length} orders</h2>
<OrderUl>
Expand Down

0 comments on commit d950941

Please sign in to comment.