We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dd033 commit ba72157Copy full SHA for ba72157
src/components/design-library-list/index.js
@@ -68,7 +68,7 @@ const DesignLibraryList = props => {
68
<DesignLibraryItem
69
key={ i }
70
plan={ design.plan }
71
- label={ design.label }
+ label={ design.label || design.title }
72
previewProps={ previewProps }
73
selectedNum={ selectedNum }
74
selectedData={ selectedData }
0 commit comments