From 43baeb71ad26745334a8e2dcaa3e7555faac9e88 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sun, 9 Feb 2020 21:46:58 -0800 Subject: [PATCH] Address lint. --- react-debug/src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react-debug/src/App.js b/react-debug/src/App.js index 41ccae2..afa4815 100644 --- a/react-debug/src/App.js +++ b/react-debug/src/App.js @@ -20,7 +20,6 @@ class Album extends React.Component { ); } render() { - let {album} = this.props; let {error, media_items} = this.state; console.log(this.state); if (error !== null) {