Skip to content

Commit a93fdab

Browse files
committed
Remove unnecessary Spacer after using spacing in VStack.
1 parent 2799344 commit a93fdab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WooCommerce/Classes/ViewRelated/Inbox/InboxNoteRow.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ struct InboxNoteRow: View {
2828
Spacer()
2929
}
3030

31-
Spacer()
32-
.frame(height: 8)
33-
3431
VStack(alignment: .leading, spacing: Constants.verticalSpacing) {
3532
// Title.
3633
Text(viewModel.title)

0 commit comments

Comments
 (0)