mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-18 16:05:33 -04:00
consistent arrow functions
This commit is contained in:
@@ -22,9 +22,7 @@ const CodePen = ({
|
||||
preview: `${!!preview}`,
|
||||
editable: `${!!editable}`,
|
||||
})}`}
|
||||
scrolling="no"
|
||||
sandbox="allow-same-origin allow-scripts allow-popups allow-top-navigation-by-user-activation"
|
||||
style={{ height: `${height}px`, width: "100%", border: "0" }}
|
||||
style={{ height: `${height}px`, width: "100%", border: "0", overflow: "hidden" }}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user