mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-25 05:01:50 +00:00
Run prettier on all code
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user