Skip to content

Commit

Permalink
[Remove] Unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
insub4067 committed Oct 3, 2023
1 parent 9c45355 commit 4b1d579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AsyncSwift/Views/SessionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ private extension SessionView {
.padding(.vertical, 24)
Spacer(minLength: 0)
}
.background(Color.white)
VStack(alignment: .leading, spacing: 8) {
ForEach(session.description, id: \.self) { paragraph in
Text(paragraph.content)
Expand Down

0 comments on commit 4b1d579

Please sign in to comment.