mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-03 01:21:50 +00:00
Display images in details panel fromm gedzip files
This commit is contained in:
@@ -31,7 +31,12 @@ export function SidePanel({
|
||||
defaultMessage: 'Info',
|
||||
}),
|
||||
render: () => (
|
||||
<Details gedcom={data.gedcom} indi={selectedIndiId} config={config} />
|
||||
<Details
|
||||
gedcom={data.gedcom}
|
||||
indi={selectedIndiId}
|
||||
config={config}
|
||||
images={data.images}
|
||||
/>
|
||||
),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user