Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mturley committed May 5, 2020
1 parent 33dd3a9 commit af89db1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
@@ -1,7 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Settings component renders correctly 1`] = `
<Fragment>
<div
className="main-scroll-container"
>
<MigrationBreadcrumbBar
activeHref="#/settings"
/>
Expand Down Expand Up @@ -32,5 +34,5 @@ exports[`Settings component renders correctly 1`] = `
</Tab>
</Uncontrolled(Tabs)>
</div>
</Fragment>
</div>
`;
Expand Up @@ -82,13 +82,7 @@ exports[`conversion hosts list renders the inner list view correctly 1`] = `
</withContext(Toolbar)>
</Row>
<div
style={
Object {
"height": "100%",
"overflow": "auto",
"paddingBottom": 300,
}
}
className="main-body-content"
>
<ListView
className="conversion-hosts-list"
Expand Down

0 comments on commit af89db1

Please sign in to comment.