Skip to content

Commit

Permalink
fix "enroll to course" button position on the iPad (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok authored May 31, 2023
1 parent b805911 commit 6813ce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Course/Course/Presentation/Details/CourseDetailsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ private struct CourseStateView: View {
}
})
.padding(16)
.frame(maxWidth: .infinity)
case .enrollClose:
Text(CourseLocalization.Details.enrollmentDateIsOver)
.multilineTextAlignment(.center)
Expand Down

0 comments on commit 6813ce3

Please sign in to comment.