diff options
author | Vitaly Takmazov | 2018-12-17 09:22:07 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | b207f36c2efc38376713b540c2beb1df57dec57f (patch) | |
tree | e7568bfac588d98e8ac685d8f4e9d4d0e4daa320 /vnext/src | |
parent | 18c59a2590236d8f1bd981ccaefb118c62ba4597 (diff) |
update deps and snapshots
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap index 6ff13c4b..47614f5a 100644 --- a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap +++ b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap @@ -2,12 +2,7 @@ exports[`Avatar renders correctly 1`] = ` <div - style={ - Object { - "display": "flex", - "padding": "12px", - } - } + className="Avatar" > <div className="msg-avatar" |