Skip to content

Commit

Permalink
Improved: removed comment (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2maan committed Oct 9, 2023
1 parent 25e2d67 commit fdf58d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Completed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
</ion-infinite-scroll>
</div>
</div>
<!-- TODO: make mobile view functional -->
<ion-fab v-if="completedOrders.total" class="mobile-only" vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button :disabled="!hasAnyPackedShipment() || hasAnyMissingInfo() || !hasPermission(Actions.APP_SHIP_ORDER)" @click="bulkShipOrders()">
<ion-icon :icon="checkmarkDoneOutline" />
Expand Down

0 comments on commit fdf58d1

Please sign in to comment.