Skip to content

Commit

Permalink
Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
austinpray committed Oct 4, 2016
1 parent fcfe591 commit fb656ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/containers/DJ/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "./index.scss";
import Spinner from "react-spinner";

import Wavesurfer from "react-wavesurfer";
import {PlayButton, wrapAudioPlayerElements, AudioPlayer} from "../../components/MomentPlayer";
import {PlayButton, AudioPlayer} from "../../components/MomentPlayer";

import {
loadMoments,
Expand Down Expand Up @@ -108,7 +108,6 @@ class DJ extends Component {
loading,
currentTranscripts,
loadAudio,
metrics,
onEnd,
autoplay
} = this.props;
Expand Down

0 comments on commit fb656ee

Please sign in to comment.