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 d12e909 commit d721b7cCopy full SHA for d721b7c
src/components/Toolbar/Toolbar.react.js
@@ -133,7 +133,7 @@ const Toolbar = props => {
133
</div>
134
135
136
- {props.selectedData.length ? <Stats data={props.selectedData} /> : null}
+ {props?.selectedData?.length ? <Stats data={props.selectedData} /> : null}
137
<div className={styles.actions}>{props.children}</div>
138
139
);
0 commit comments