diff --git a/react/reducers/channel.js b/react/reducers/channel.js index 30dd0166..a3b811c0 100644 --- a/react/reducers/channel.js +++ b/react/reducers/channel.js @@ -8,10 +8,6 @@ const initialState = { }, }; -/* -Reducers describe how the application's state changes in response to actions -*/ - export default function (state = initialState, action) { switch (action.type) { case actions.CHANNEL_UPDATE: diff --git a/react/reducers/publish.js b/react/reducers/publish.js index e964fcec..c23e6e2b 100644 --- a/react/reducers/publish.js +++ b/react/reducers/publish.js @@ -26,10 +26,6 @@ const initialState = { }, }; -/* -Reducers describe how the application's state changes in response to actions -*/ - export default function (state = initialState, action) { switch (action.type) { case actions.FILE_SELECTED: diff --git a/react/reducers/show.js b/react/reducers/show.js index 4ed3f0d3..6a1b32df 100644 --- a/react/reducers/show.js +++ b/react/reducers/show.js @@ -27,10 +27,6 @@ const initialState = { assetList : {}, // same schema as showAsset }; -/* -Reducers describe how the application's state changes in response to actions -*/ - export default function (state = initialState, action) { switch (action.type) { // handle request diff --git a/views/partials/asset.handlebars b/views/partials/asset.handlebars deleted file mode 100644 index fefe944f..00000000 --- a/views/partials/asset.handlebars +++ /dev/null @@ -1,36 +0,0 @@ -
Sit tight, we're searching the LBRY blockchain for your asset!
- {{> progressBar}} -Curious what magic is happening here? Learn more.
-Unfortunately, we couldn't download your asset from LBRY. You can help us out by sharing the below error message in the LBRY discord.
- -