PAMapp/components/Consultant/ConsultantList.vue
@@ -25,14 +25,13 @@ <script lang="ts"> import { Vue, Component, Prop, namespace } from 'nuxt-property-decorator'; import { Consultant } from '~/assets/ts/models/consultant.model'; import { Role } from '~/assets/ts/models/enum/Role'; const roleStorage = namespace('localStorage'); @Component export default class ConsultantList extends Vue { @Prop() agents!: Consultant[]; @Prop() title! : string; @Prop() title! : string; @roleStorage.Getter isUserLogin!:boolean; get agentList(){