Merge pull request #352 from hackrush01/quickfix_nsfw_cards
A quick fix for oscuring cards for nsfw content.
This commit is contained in:
commit
c5c7dbbdee
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…
Reference in a new issue