Skip to content

Commit

Permalink
test:fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Oct 13, 2023
1 parent e71b6e0 commit fc5eac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ describe('DuplicatedUsername component', () => {
style={
{
"height": 12,
"marginLeft": 4,
"marginRight": 4,
"merginLeft": 4,
"width": 13,
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ describe('UserLabel component', () => {
style={
{
"height": 12,
"marginLeft": 4,
"marginRight": 4,
"merginLeft": 4,
"width": 13,
}
}
Expand Down

0 comments on commit fc5eac6

Please sign in to comment.