diff --git a/js/components/PlaylistWindow/__snapshots__/index.test.js.snap b/js/components/PlaylistWindow/__snapshots__/index.test.js.snap index d99b6064..4adf105d 100644 --- a/js/components/PlaylistWindow/__snapshots__/index.test.js.snap +++ b/js/components/PlaylistWindow/__snapshots__/index.test.js.snap @@ -2,32 +2,32 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
{ const showSpacers = playlistSize[0] % 2 === 0; return ( - - + +
{showSpacers && ( @@ -170,8 +170,8 @@ class PlaylistWindow extends React.Component {
-
-
+ + ); } }