Skip to content

Commit

Permalink
Wrapper for card iframe (#131)
Browse files Browse the repository at this point in the history
Remove commented code
  • Loading branch information
obgibson authored Jan 18, 2024
1 parent b16c114 commit b9930c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MFCard/CardIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const FALLBACK_HEIGHT = 750; // arbitrary height that should show enough
//

const CardIframe = ({ path, onLoad }: Props) => {
// const ref = useRef<HTMLIFrameElement>(null);
const [elementHeight, setElementHeight] = useState(0);
const [loading, setLoading] = useState(true);
const [error, setError] = useState(false);
Expand Down

0 comments on commit b9930c9

Please sign in to comment.