diff --git a/website/src/components/versionCallout/index.js b/website/src/components/versionCallout/index.js index 79cf07d9ed9..598182c851f 100644 --- a/website/src/components/versionCallout/index.js +++ b/website/src/components/versionCallout/index.js @@ -3,7 +3,6 @@ import Admonition from '@theme/Admonition'; const VersionCallout = ({ version }) => { if (!version) { - // If no version is passed, render nothing or a default fallback message return null; }