Run prettier on all code

This commit is contained in:
Przemek Więch
2026-04-28 17:07:49 +02:00
parent 3c148434d6
commit fa88d4f86b
2 changed files with 16 additions and 13 deletions

View File

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