prettier and update lbry-redux

This commit is contained in:
seanyesmunt 2020-03-19 13:30:54 -04:00 committed by Sean Yesmunt
parent 73d2eebb07
commit e46fd6088b
3 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@
"imagesloaded": "^4.1.4",
"json-loader": "^0.5.4",
"lbry-format": "https://github.com/lbryio/lbry-format.git",
"lbry-redux": "lbryio/lbry-redux#6ed0dde5cbd7c25aa02631d5fa31fb6a4de76876",
"lbry-redux": "lbryio/lbry-redux#db0f48b56f80d556b7774f0a70d32d16f07ccdcc",
"lbryinc": "lbryio/lbryinc#9a10db36d3854dc50fbde1d73ffca63d0425f9f1",
"lint-staged": "^7.0.2",
"localforage": "^1.7.1",

View file

@ -60,7 +60,7 @@ function TagsPage(props: Props) {
headerLabel = (
<span>
<Icon icon={ICONS.TAG} size={10} />
{tag}
{(tag === CS.TAGS_ALL && __('All Content')) || (tag === CS.TAGS_FOLLOWED && __('Followed Tags')) || __(tag)}
</span>
);
} else {

View file

@ -6138,9 +6138,9 @@ lazy-val@^1.0.4:
yargs "^13.2.2"
zstd-codec "^0.1.1"
lbry-redux@lbryio/lbry-redux#6ed0dde5cbd7c25aa02631d5fa31fb6a4de76876:
lbry-redux@lbryio/lbry-redux#db0f48b56f80d556b7774f0a70d32d16f07ccdcc:
version "0.0.1"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/6ed0dde5cbd7c25aa02631d5fa31fb6a4de76876"
resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/db0f48b56f80d556b7774f0a70d32d16f07ccdcc"
dependencies:
proxy-polyfill "0.1.6"
reselect "^3.0.0"