Issue with rendering condition : custom logic (1 AND 2) OR (1 AND 3)

fr = skuid.$M(‘MyModel’).getFirstRow();
(fr.Transfer_Def__c == ‘Other’ && fr.Applies__c == ‘Yes’) || (fr.Transfer_Def__c == ‘Other’ && fr.Type__c==‘Sell’)

returns false which means the field should not be rendered