APP-iOS3rd / PJ3T2_Mymory

멋쟁이사자처럼 iOS 앱스쿨 3기 팀 프로젝트
10 stars 3 forks source link

[Fix] 프로필 메모리스트에서 작성자의 이름이 제대로 표시되게 수정 #215

Closed RapidSloth closed 7 months ago

RapidSloth commented 7 months ago

PR 가이드라인

PR Checklist

PR 날릴 때 체크 리스트

PR Type

어떤 종류의 PR인가요?

연관되는 issue 정보를 알려주세요

Issue Number: #205

PR 설명하기

이 PR에 대해 간략하게 소개해주세요!

어떻게 작동하나요? code 기반으로 설명해주세요

// 해당 코드 한줄만 추가 됨
self.profile = otherUserViewModel.memoCreator.toProfile

ProfileMemoList에서 profile이 currentUser의 프로필을 자동으로 받아오는 구조기 때문에 ProfileMemoLis가 OtherUserViewModel을 받을 때 profile의 값을 갱신하도록 했습니다.