I am learning vue right now. I have computed property like this:
computed: { cartStatus () { if ( this.orderDiscrepancies.length > 0 &&