익명 댓글과 회원 댓글 디폴트 이미지 구분
All checks were successful
LocalNet_front/pipeline/head This commit looks good
All checks were successful
LocalNet_front/pipeline/head This commit looks good
This commit is contained in:
parent
1b83422555
commit
626c8a97cb
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
// 프로필 이미지 경로 설정
|
// 프로필 이미지 경로 설정
|
||||||
const getProfileImage = profileImg => {
|
const getProfileImage = profileImg => {
|
||||||
return $common.getProfileImage(profileImg, true);
|
return $common.getProfileImage(profileImg, props.unknown);
|
||||||
};
|
};
|
||||||
|
|
||||||
const setDefaultImage = e => {
|
const setDefaultImage = e => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user