diff --git a/index.html b/index.html
index a6d2650..12570d0 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,14 @@
+
🤘 Brütal Legend 🤘
-
+
diff --git a/package.json b/package.json
index 5ecd6ac..87d3192 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,4 @@
{
- "name": "brutal-legend",
- "version": "1.0.0",
- "description": "React+Redux app",
- "main": "index.js",
- "repository": "git@github.com:StephenGrider/ReduxSimpleStarter.git",
"scripts": {
"build": "webpack -p --define process.env.NODE_ENV='\"production\"' --progress --colors",
"watch": "webpack -p --define process.env.NODE_ENV='\"production\"' --watch --progress --colors"
diff --git a/src/actions/index.js b/src/actions/index.js
index 12882fc..685b909 100644
--- a/src/actions/index.js
+++ b/src/actions/index.js
@@ -5,7 +5,7 @@ export const setVisibilityFilter = filter => ({
type: SET_VISIBILITY_FILTER,
payload: {
filter
- }
+ },
});
export const setSortKey = key => ({
diff --git a/src/components/app.jsx b/src/components/app.jsx
index ed8132c..79e6d95 100644
--- a/src/components/app.jsx
+++ b/src/components/app.jsx
@@ -1,7 +1,7 @@
import React, { Component } from 'react';
import AlbumListContainer from '../containers/album-list';
import FilterInputContainer from '../containers/filter-input';
-import SortSelectContainer from '../containers/sort-select';
+//import SortSelectContainer from '../containers/sort-select';
export default class App extends Component {
render() {
@@ -9,7 +9,6 @@ export default class App extends Component {
diff --git a/src/components/filter-input.jsx b/src/components/filter-input.jsx
index e128722..5789453 100644
--- a/src/components/filter-input.jsx
+++ b/src/components/filter-input.jsx
@@ -4,7 +4,7 @@ export default class FilterInput extends Component {
render() {
const {
value,
- handleOnChange
+ handleOnChange,
} = this.props;
return (