Skip to content

Commit 19fa10f

Browse files
authored
Merge pull request #19 from PAVLUXAN/master
2 parents cd6edfa + 8eaadd7 commit 19fa10f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/validator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const errors = {
1212

1313
export const getError = () => Object.values(errors).filter(Boolean).join(' и ');
1414

15-
1615
export const isHashtagsValid = (value) => {
1716
errors.hashtags = '';
1817
const isDescriptonError = !errors.description.length;

0 commit comments

Comments
 (0)