Skip to content

Commit

Permalink
removed pending orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonbane18 committed Jun 8, 2022
1 parent 787ccfd commit 31b53ef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions resources/views/service_provider/assign_rider.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
<button id="assignRider" type="button" data-assign2="<%= JSON.stringify(rider) %>" class="assignRider bg-blue-500 hover:bg-blue-700 text-white block font-bold py-2 px-5
rounded"><i class="las la-truck-moving"></i> Assign</button>
</td>
<td class="border px-4 py-2 text-left">
</td>
</tr>
<% }); %>
<% } else { %>
Expand All @@ -59,9 +56,6 @@
<button id="assignRider" type="button" data-assign2="<%= JSON.stringify(rider) %>" class="assignRider bg-blue-500 hover:bg-blue-700 text-white block font-bold py-2 px-5
rounded"><i class="las la-truck-moving"></i> Assign</button>
</td>
<td class="border px-4 py-2 text-left">
</td>
</tr>
<% }); %>
<% } %>
Expand Down

0 comments on commit 31b53ef

Please sign in to comment.