File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/ui/server/helpers/task-list Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const {
26
26
} ,
27
27
} = exportContract ;
28
28
29
- const { isUsingBroker } = broker ;
29
+ const { isUsingBroker, isBasedInUk : brokerIsBasedInUk , fullAddress : brokerFullAddress } = broker ;
30
30
const { hasDifferentTradingName } = company ;
31
31
const { buyerTradingHistory, relationship } = buyer ;
32
32
const { exporterIsConnectedWithBuyer, exporterHasPreviousCreditInsuranceWithBuyer } = relationship ;
@@ -43,6 +43,8 @@ describe('server/helpers/task-list', () => {
43
43
finalDestinationKnown ,
44
44
jointlyInsuredParty . requested ,
45
45
isUsingBroker ,
46
+ brokerIsBasedInUk ,
47
+ brokerFullAddress ,
46
48
isAppointingLossPayee ,
47
49
lossPayeeIsLocatedInUk ,
48
50
lossPayeeIsLocatedInternationally ,
You can’t perform that action at this time.
0 commit comments