Skip to content

Commit

Permalink
Merge pull request #621 from vtex/fix-russian-rules
Browse files Browse the repository at this point in the history
Fix russian rules
  • Loading branch information
isabellafagioli authored Oct 29, 2024
2 parents e7d5a9e + 9f4f292 commit 576b362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed

- Russia (RUS) number attribute hidden.

## [4.25.6] - 2024-10-22

Expand Down
1 change: 0 additions & 1 deletion react/country/RUS.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export default {
},
{
name: 'number',
hidden: true,
maxLength: 750,
label: 'number',
size: 'mini',
Expand Down

0 comments on commit 576b362

Please sign in to comment.