Run prettier on all files

This commit is contained in:
Przemek Więch
2026-03-04 20:12:22 +01:00
parent c5d6a9ef42
commit 6088d5d599
5 changed files with 31 additions and 22 deletions

View File

@@ -37,7 +37,13 @@ export function SidePanel({
id: 'tab.settings',
defaultMessage: 'Settings',
}),
render: () => <ConfigPanel gedcom={data.gedcom} config={config} onChange={onConfigChange} />,
render: () => (
<ConfigPanel
gedcom={data.gedcom}
config={config}
onChange={onConfigChange}
/>
),
},
];