1
0
Fork 0

pass partname to part pieces

This commit is contained in:
Enoch Riese 2022-07-11 21:00:08 -05:00
parent 11e29e1447
commit 2e09f31c99
2 changed files with 5 additions and 5 deletions

View file

@ -76,7 +76,7 @@ const Draft = props => {
].map(list => list.map(name => (
<Part {...{
key:name,
name,
partName: name,
part: patternProps.parts[name],
layout,
app,