Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jennspencer committed Jun 14, 2024
1 parent 2ba9b1c commit 6f942a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Embed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const Embed = ({
html = undefined;
}
} catch (e) {
if (html === 'false') html = undefined;
// html wasn't HTML apparently
html = undefined;
}
}

Expand Down

0 comments on commit 6f942a5

Please sign in to comment.