From e8fc174fd87c9b27cbc6eb9581b3ba19c50219fb Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:00:39 +0000 Subject: [PATCH] Update index.js --- website/src/components/versionCallout/index.js | 1 - 1 file changed, 1 deletion(-) 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; }