diff --git a/src/core/client/stream/containers/__snapshots__/UserBoxContainer.spec.tsx.snap b/src/core/client/stream/containers/__snapshots__/UserBoxContainer.spec.tsx.snap index d9c77ba58..80834ae74 100644 --- a/src/core/client/stream/containers/__snapshots__/UserBoxContainer.spec.tsx.snap +++ b/src/core/client/stream/containers/__snapshots__/UserBoxContainer.spec.tsx.snap @@ -3,7 +3,7 @@ exports[`renders correctly 1`] = ` `; diff --git a/src/core/client/ui/components/Spinner/__snapshots__/Spinner.spec.tsx.snap b/src/core/client/ui/components/Spinner/__snapshots__/Spinner.spec.tsx.snap index c5103e9e6..cd6f511b5 100644 --- a/src/core/client/ui/components/Spinner/__snapshots__/Spinner.spec.tsx.snap +++ b/src/core/client/ui/components/Spinner/__snapshots__/Spinner.spec.tsx.snap @@ -1,25 +1,21 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders correctly 1`] = ` -
- - - -
+ + `; diff --git a/src/core/client/ui/components/TextField/__snapshots__/TextField.spec.tsx.snap b/src/core/client/ui/components/TextField/__snapshots__/TextField.spec.tsx.snap index a277de918..59ea7abbe 100644 --- a/src/core/client/ui/components/TextField/__snapshots__/TextField.spec.tsx.snap +++ b/src/core/client/ui/components/TextField/__snapshots__/TextField.spec.tsx.snap @@ -5,5 +5,6 @@ exports[`renders correctly 1`] = ` className="TextField-root TextField-colorRegular custom" defaultValue="Hello World" placeholder="" + type="text" /> `;