익명 댓글과 회원 댓글 디폴트 이미지 구분
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-03-17 13:26:51 +09:00
parent 1b83422555
commit 626c8a97cb

View File

@ -126,7 +126,7 @@
//
const getProfileImage = profileImg => {
return $common.getProfileImage(profileImg, true);
return $common.getProfileImage(profileImg, props.unknown);
};
const setDefaultImage = e => {