Skip to content

Commit

Permalink
ContentContainer is needs deep comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Abbott committed Jun 1, 2017
1 parent f5ce2f2 commit e637c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContentContainer/ContentContainer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { PureComponent } from 'react'
import React, { Component } from 'react'
import PropTypes from 'prop-types'

import './ContentContainer.scss'

export default class ContentContainer extends PureComponent {
export default class ContentContainer extends Component {
render () {
return (
<div className='content-container'>
Expand Down

0 comments on commit e637c20

Please sign in to comment.