mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Update snapshot
This commit is contained in:
parent
bef09cc354
commit
6bd1efe545
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue