mirror of
https://github.com/primer/css.git
synced 2024-11-30 19:53:11 +03:00
Fix linter
This commit is contained in:
parent
051ef7f69d
commit
45d8a3f6f4
@ -41,7 +41,7 @@ export default class Frame extends React.Component {
|
||||
return (
|
||||
<Measure bounds onResize={rect => this.setHeight(rect.bounds.height)}>
|
||||
{({measureRef}) => (
|
||||
<div ref={measureRef} class="p-3 overflow-auto">
|
||||
<div ref={measureRef} className="p-3 overflow-auto">
|
||||
{children}
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user