diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 7e4c59e..bba2e43 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 20 - name: Install dependencies - run: npm install -g pnpm && pnpm install + run: npm install -g pnpm@8 && pnpm install - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps - name: Build app diff --git a/components/info-menu.vue b/components/info-menu.vue index 97b011a..e3085c5 100644 --- a/components/info-menu.vue +++ b/components/info-menu.vue @@ -10,7 +10,10 @@ import { Menu, MenuButton, MenuItem, MenuItems } from "@headlessui/vue"; - + diff --git a/pages/detail/persons/[id].vue b/pages/detail/persons/[id].vue index dcef5af..8899ea3 100644 --- a/pages/detail/persons/[id].vue +++ b/pages/detail/persons/[id].vue @@ -207,7 +207,6 @@ useHead({ isEmpty([ ...data.details.data?.alternative_first_names, ...data.details.data?.alternative_last_names, - ...data.details.data?.married_names, ]) " > @@ -236,18 +235,6 @@ useHead({ {{ name }} -
-
- {{ t("collection-keys.viecpro_persons.married_names") }} -
-
- {{ name.name }} -
-