Skip to content

Commit

Permalink
[chore]: remove unnecessary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
RgnDunes committed May 13, 2024
1 parent 418cd4c commit 5983c45
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ const getMaskedPhoneNumber = ({
? acc.result.push('x')
: acc.result.push(char);
acc.numericCount++;
} else {
acc.result.push(char);
}
return acc;
},
Expand Down

0 comments on commit 5983c45

Please sign in to comment.