Skip to content

Commit

Permalink
fix(Header): Remove duplicate class
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcarbs committed Dec 16, 2016
1 parent c7fc9d4 commit 82f1e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Header(props) {

const iconElement = Icon.create(icon)
const imageElement = Image.create(image)
const subheaderElement = HeaderSubheader.create(subheader, { className: 'sub header' })
const subheaderElement = HeaderSubheader.create(subheader)

if (iconElement || imageElement) {
return (
Expand Down

0 comments on commit 82f1e4c

Please sign in to comment.