Skip to content

Commit 72f523e

Browse files
Merge pull request #14456 from woocommerce/issue/WOOMOB-580-remove-extra-divider-from-shipment-details
[Shipping labels] Remove extra divider from shipment details bottom sheet
2 parents 5efc125 + 92118e9 commit 72f523e

File tree

1 file changed

+1
-1
lines changed
  • WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/wooshippinglabels

1 file changed

+1
-1
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/wooshippinglabels/ShipmentDetails.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ private fun ShipmentDetailsPortrait(
281281
Divider()
282282
if (!shipmentPurchased) {
283283
PaymentSection(paymentsSectionUI = paymentsSectionUI)
284+
Divider()
284285
}
285-
Divider()
286286
ShipmentCostSection(shipmentCostUI = shipmentCostUI)
287287
}
288288
}

0 commit comments

Comments
 (0)