Show ID on the details pane (depending on config) (#278)

This commit is contained in:
Frank Buchholz
2026-04-18 22:28:10 +02:00
committed by GitHub
parent 537e3eecea
commit fbe82dd9fc
2 changed files with 17 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ export function SidePanel({
id: 'tab.info',
defaultMessage: 'Info',
}),
render: () => <Details gedcom={data.gedcom} indi={selectedIndiId} />,
render: () => <Details gedcom={data.gedcom} indi={selectedIndiId} config={config} />,
},
{
menuItem: intl.formatMessage({