I am having trouble understanding this script:
positionApproval === Approval.PENDING ? true : !openPositionTx ? false : openPositionTx?.status !== 'verified'
Can someone help me understand what exactly is being done here?