Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 20, 2024
1 parent 22521cc commit e8fc174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/src/components/versionCallout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e8fc174

Please sign in to comment.