diff --git a/components/pay-bounty.js b/components/pay-bounty.js index cc2325bc..64023050 100644 --- a/components/pay-bounty.js +++ b/components/pay-bounty.js @@ -81,7 +81,7 @@ export default function PayBounty ({ children, item }) { } } - if (item.mine || item.root.user.name !== me.name) { + if (!me || item.mine || item.root.user.name !== me.name) { return null }