This commit is contained in:
Lachlan Kermode
2019-02-04 10:06:26 +00:00
parent 3ea3de84b2
commit a0dc3ed61d
2 changed files with 24 additions and 26 deletions

View File

@@ -177,5 +177,4 @@ class Card extends React.Component {
}
// The ref to each card will be used in CardStack for programmatic scrolling
export default React.forwardRef((props, ref) => <Card innerRef={ref} {...props}/>);
export default React.forwardRef((props, ref) => <Card innerRef={ref} {...props} />)