[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix linting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zesik committed Feb 9, 2019
1 parent fc2c1c8 commit df7a9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/javascripts/components/LayoutWithIFrame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class LayoutWithIFrame extends React.Component {
</div>
<div className="my-iframe">
{this.state.dragging && <div className="my-iframe-overlay" />}
<iframe src="https://example.com" />
<iframe src="https://example.com" title="example-iframe" />
</div>
</SplitterLayout>
);
Expand Down

0 comments on commit df7a9b5

Please sign in to comment.