A quick fix for oscuring cards for nsfw content.
The download cards in page were not obscured when opening a link directly(e.g. lbry://jacki2).
This commit is contained in:
parent
902b7f203c
commit
d07a0bd8ad
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const makeSelect = () => {
|
|||
contentType: selectContentType(state, props),
|
||||
costInfo: selectCostInfo(state, props),
|
||||
metadata: selectMetadata(state, props),
|
||||
showNsfw: !selectShowNsfw(state),
|
||||
obscureNsfw: !selectShowNsfw(state),
|
||||
fileInfo: selectFileInfo(state, props),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue