Skip to content

Commit

Permalink
FIX Replace extraClass in Preview with className
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Apr 30, 2018
1 parent d027768 commit f428fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ class HistoryViewerVersionDetail extends PureComponent {
</div>

<Preview
className="history-viewer__preview"
extraClass="" // removes default: fill-height
className="history-viewer__preview" // removes default: fill-height
itemLinks={{
preview: {
Stage: {
Expand All @@ -59,7 +58,7 @@ class HistoryViewerVersionDetail extends PureComponent {
},
},
}}
itemId={2} // arbitrary, just needs to be truthy
itemId={version.Version}
/>
</div>
);
Expand Down

0 comments on commit f428fcc

Please sign in to comment.