Skip to content

Commit

Permalink
Fix console warning in views/Project (mozilla-frontend-infra#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
uu1t committed Oct 14, 2018
1 parent f450bbe commit 2022af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Project/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export default class Project extends Component {
{project.introduction && (
<Card>
<CardContent>
<Typography>
<Typography component="object">
<Markdown
source={
introductionOpen
Expand Down

0 comments on commit 2022af5

Please sign in to comment.