Merge pull request #831 from lbryio/subscription-button

return null instead of empty string
This commit is contained in:
Sean Yesmunt 2017-12-09 12:26:34 -05:00 committed by GitHub
commit d3ec4b7128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,5 +31,5 @@ export default ({
})} })}
/> />
</div> </div>
) : ""; ) : null;
} }