Skip to content

Commit eaa4b45

Browse files
committed
alphabetical
1 parent a53dcd4 commit eaa4b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compounds/ItemPage/ItemPage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import LinkedButton from '../LinkedButton/LinkedButton'
66
import TextBox from '../../components/TextBox/TextBox'
77
import Title from '../../components/Title/Title'
88

9-
const ItemPage = ({ descriptionStyle, img, ware, titleStyle }) => {
10-
const { name, description, id, snippet, slug } = ware
9+
const ItemPage = ({ descriptionStyle, img, titleStyle, ware }) => {
10+
const { description, id, name, snippet, slug } = ware
1111
// sets a default width while still allowing width to be overridden
1212

1313
return (

0 commit comments

Comments
 (0)