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:
hackrush 2017-07-16 15:35:57 +05:30
parent 902b7f203c
commit d07a0bd8ad

View file

@ -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),
});