Merge pull request #352 from hackrush01/quickfix_nsfw_cards

A quick fix for oscuring cards for nsfw content.
This commit is contained in:
Jeremy Kauffman 2017-07-16 10:00:58 -04:00 committed by GitHub
commit c5c7dbbdee

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