Skip to content

Commit ab7557a

Browse files
committed
[Fix] #787 - 솝트로그 콕찌르기 섹션 비활성화
1 parent f2b1570 commit ab7557a

File tree

1 file changed

+1
-1
lines changed
  • SOPT-iOS/Projects/Features/SoptlogFeature/Sources/SoptlogScene/VC

1 file changed

+1
-1
lines changed

SOPT-iOS/Projects/Features/SoptlogFeature/Sources/SoptlogScene/VC/SoptlogVC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class SoptlogVC: UIViewController, SoptlogViewControllable {
2525
private var toolTipTap = PassthroughSubject<CGRect, Never>()
2626
private var viewWillAppear = PassthroughSubject<Void, Never>()
2727
private var soptlogInfo: SoptlogPresentationModel?
28-
internal var isPokeEmpty: Bool = false
28+
internal var isPokeEmpty: Bool = true
2929

3030
private var isActiveUser: Bool {
3131
UserDefaultKeyList.Auth.isActiveUser ?? false

0 commit comments

Comments
 (0)