Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/components/ProductDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can actually remove the export as well. Only the redux connected version needs to be exposed.


static needs = [
ShopActions.readOne
Expand Down