Merge pull request 'build: fix compile issue' (#14) from build/fix_compile_issue into master

Reviewed-on: #14
This commit is contained in:
Ivan Smolin 2023-09-06 12:07:18 +03:00
commit a03fc1f7ee
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ open class BaseListItemView<LeadingView: UIView,
leadingViewTrailingSpacing: CGFloat,
trailingViewLeadingSpacing: CGFloat) {
guard !isMiddleViewHidded else {
guard !isMiddleViewHidden else {
middleViewConstraints.deactivate()
return
}