{org?.address || 'Loading…'}
{(() => { if (loading) { return 'Loading…' } if (error) { return error.message } if (!voting) { return 'App not found.' } return voting?.address })()}
{votingStatus.error.message}
} if (votesStatus.error) { return{votesStatus.error.message}
} if (votingStatus.loading || votesStatus.loading) { returnLoading…
} if (votes && votes.length > 0) { return (No votes.
})()}