{value.userName}
{value?.userName}
{value?.value}
{value?.userName}
diff --git a/src/pages/CreatedReviewManagePage/components/ProfileGroup/index.tsx b/src/pages/CreatedReviewManagePage/components/ProfileGroup/index.tsx index 214afb7c..08d306dc 100644 --- a/src/pages/CreatedReviewManagePage/components/ProfileGroup/index.tsx +++ b/src/pages/CreatedReviewManagePage/components/ProfileGroup/index.tsx @@ -1,4 +1,4 @@ -import { BasicProfileIcon } from '@/assets/icons' +import { BasicProfile } from '@/assets/images' interface ProfileGroupProps { name: string @@ -9,7 +9,10 @@ interface ProfileGroupProps { const ProfileGroup = ({ name, responserSize, type }: ProfileGroupProps) => { return (