Merge branch 'Bug/137-js_error_on_billing_detail' into 'master'

fix: [FE] clear the section prop and default_address vue warning.

See merge request CIEFWorldwideSdnBhd/exchange-2.0!29
This commit is contained in:
omair saleh
2021-04-03 03:51:49 +00:00
@@ -1,7 +1,7 @@
<template>
<div class="row zig-zag-top">
<div class="col bg-white padding-25">
<div class="row p-b-20 b-b b-dashed m-b-20 b-grey">
<div class="row p-b-20 b-b b-dashed m-b-20 b-grey" v-if="defaultAddress[0]">
<div class="col">
<div class="row m-b-5">
<div class="col">
@@ -133,7 +133,6 @@
},
data(){
return {
section: 'addressListSection',
isLoading: true,
billingAddress: [],
createAddress: false,