Skip to content
Snippets Groups Projects
Commit 95ddb56a authored by DD Liu's avatar DD Liu
Browse files

fix a warning on grow box

parent f54701c5
No related branches found
No related tags found
Loading
......@@ -21,7 +21,7 @@ class ModalComponent extends React.Component {
>
<Box
direction="column"
grow="1"
grow={1}
>
<div className={styles.header}>
<div className={classNames(styles.headerItem, styles.headerItemFilter)}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment