Update snapshot

This commit is contained in:
Jordan Eldredge 2018-02-08 19:51:54 -08:00
parent bef09cc354
commit 6bd1efe545
2 changed files with 1 additions and 5 deletions

View file

@ -2,9 +2,7 @@ import React from "react";
import { connect } from "react-redux";
import classnames from "classnames";
import {
TOGGLE_PLAYLIST_WINDOW
} from "../../actionTypes";
import { TOGGLE_PLAYLIST_WINDOW } from "../../actionTypes";
const PlaylistToggleButton = props => (
<div

View file

@ -307,8 +307,6 @@ exports[`MainWindow renders to snapshot 1`] = `
className="selected"
id="playlist-button"
onClick={[Function]}
onMouseDown={[Function]}
onMouseUp={[Function]}
title="Toggle Playlist Editor"
/>
</div>