We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56524d0 commit f29dcb1Copy full SHA for f29dcb1
src/features/dashboard/ui/ResponsesList.tsx
@@ -73,7 +73,6 @@ const ResponsesList = ({ listType }: ResponsesListProps) => {
73
{renderSection('phone', 'phone', true)}
74
{renderSection('email', 'email', true)}
75
{renderSection('grade', 'grade', true)}
76
- {renderSection('email', 'email', true)}
77
</>
78
);
79
case 'query':
0 commit comments