Skip to content

Commit f29dcb1

Browse files
committed
refac: 중복된 이메일 필드 삭제
1 parent 56524d0 commit f29dcb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/dashboard/ui/ResponsesList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ const ResponsesList = ({ listType }: ResponsesListProps) => {
7373
{renderSection('phone', 'phone', true)}
7474
{renderSection('email', 'email', true)}
7575
{renderSection('grade', 'grade', true)}
76-
{renderSection('email', 'email', true)}
7776
</>
7877
);
7978
case 'query':

0 commit comments

Comments
 (0)