Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Sep 13, 2019
1 parent c90a9c3 commit 5fb9f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`FilterBar Hide Filter Bar 1`] = `
class="FilterBar--filterBarHeader-"
>
<div
style="display: inline-block;"
style="pointer-events: auto; display: inline-block;"
>
<div
class="Variant-Management--VariantManagement-"
Expand Down Expand Up @@ -172,7 +172,7 @@ exports[`FilterBar Render without crashing 1`] = `
class="FilterBar--filterBarHeader-"
>
<div
style="display: inline-block;"
style="pointer-events: auto; display: inline-block;"
>
<div
class="Variant-Management--VariantManagement-"
Expand Down Expand Up @@ -325,7 +325,7 @@ exports[`FilterBar Select Filter Item 1`] = `
class="FilterBar--filterBarHeader-"
>
<div
style="display: inline-block;"
style="pointer-events: auto; display: inline-block;"
>
<div
class="Variant-Management--VariantManagement-"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`VariantManagement Render without crashing 1`] = `
Array [
<div
style="display: inline-block;"
style="pointer-events: auto; display: inline-block;"
>
<div
class="Variant-Management--VariantManagement-"
Expand Down

0 comments on commit 5fb9f90

Please sign in to comment.