라이브
- 팔로우/팔로잉 버튼 변경
This commit is contained in:
		@@ -30,7 +30,7 @@ struct FollowerListItemView: View {
 | 
			
		||||
                Spacer()
 | 
			
		||||
                
 | 
			
		||||
                if let isFollow = item.isFollow {
 | 
			
		||||
                    Image(isFollow ? "btn_notification_selected" : "btn_notification")
 | 
			
		||||
                    Image(isFollow ? "btn_following_big" : "btn_follow_big")
 | 
			
		||||
                        .onTapGesture {
 | 
			
		||||
                            isFollow ?
 | 
			
		||||
                            creatorUnFollow(item.userId) :
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user