Update README.md

This commit is contained in:
Ozzie Gooen 2022-06-20 06:39:13 -07:00 committed by GitHub
parent a7db7c23d5
commit a3d47c4280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ const SquiggleChart = dynamic(
export function DynamicSquiggleChart({ squiggleString }) { export function DynamicSquiggleChart({ squiggleString }) {
if (squiggleString == "") { if (squiggleString == "") {
return ""; return null;
} else { } else {
return ( return (
<SquiggleChart <SquiggleChart