Skip to content

Commit

Permalink
Fixed attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jan 18, 2024
1 parent db1d3d1 commit 39244b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/demo/DeferredDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const DeferredDemo = ({ options, children, onLoad }) => {
<>
{!visible && (
<div ref={elementRef} className="card">
<div class="deferred-demo-loading"></div>
<div className="deferred-demo-loading"></div>
</div>
)}
{visible && children}
Expand Down

0 comments on commit 39244b2

Please sign in to comment.