Skip to content

Commit c1c68ba

Browse files
author
Test
committed
resolved conflicts
1 parent efdeb5d commit c1c68ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ApplicantsChart/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function ApplicantsDashboard() {
2424
return { valid: false, error: null };
2525
}
2626
if (start > end) {
27-
return { valid: false, error: '🚨 Start date cannot be after end date.' };
27+
return { valid: false, error: 'Start date cannot be after end date.' };
2828
}
2929
return { valid: true, error: null };
3030
};

0 commit comments

Comments
 (0)