Skip to content

Commit 7769497

Browse files
committed
Merge branch '155-console-errors' of https://github.com/scientist-softserv/webstore-component-library into 155-console-errors
2 parents b662e89 + 9a1ae19 commit 7769497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ItemGroup/ItemGroup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import PropTypes from 'prop-types'
33
import { Col, Row } from 'react-bootstrap'
44
import Title from '../../components/Title/Title'
5-
import Item, { itemPropTypes} from '../Item/Item'
5+
import Item, { itemPropTypes } from '../Item/Item'
66
import ItemLoading from '../Item/ItemLoading'
77
import './item-group.scss'
88

0 commit comments

Comments
 (0)