translations users & directory
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
await auth.authenticationPromise;
|
||||
// await authenticationPromise;
|
||||
await company.getCompanyData();
|
||||
console.log(company.company)
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +72,7 @@
|
||||
{{getDateMonthDay(company.company?.createAt)}}
|
||||
</div>
|
||||
<div class="item-company">
|
||||
<span class="font-weight-bold">{{ t('labels.segmentCompany') }}: </span>
|
||||
<span class="font-weight-bold">{{ t('labels.segmentsCompany') }}: </span>
|
||||
{{company.company?.categories.map((e) => e.name).join(', ')}}
|
||||
</div>
|
||||
<!-- <div class="item-company">
|
||||
|
||||
Reference in New Issue
Block a user