PAMapp/components/QuickFilter/QuickFilterConsultantList.vue
@@ -82,8 +82,8 @@ <script lang="ts"> import { ElCarousel } from 'element-ui/types/carousel'; import { Vue, Component, Prop } from 'vue-property-decorator'; import { Consultant } from '~/assets/ts/models/consultant.model'; import { hideReviews } from '~/assets/ts/const/hide-reviews'; import { Consultant } from '~/shared/models/consultant.model'; import { hideReviews } from '~/shared/const/hide-reviews'; @Component export default class QuickFilterConsultantList extends Vue { @@ -219,4 +219,4 @@ } } </style> </style>