diff --git a/common/components/ProductDetail.jsx b/common/components/ProductDetail.jsx index 1868a73..ca8c8f3 100755 --- a/common/components/ProductDetail.jsx +++ b/common/components/ProductDetail.jsx @@ -5,7 +5,7 @@ import * as ShopActions from '../actions/ShopActions'; import { Link } from 'react-router'; import { fetchNeeds } from '../utils/fetchComponentData'; -export default class ProductDetail extends Component { +export class ProductDetail extends Component { static needs = [ ShopActions.readOne