Skip to content

Commit cf1a874

Browse files
mydeachargome
andcommitted
Apply suggestions from code review
Co-authored-by: Charly Gomez <[email protected]>
1 parent 90fb18e commit cf1a874

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/sdkOption/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ export function SdkOption({
2525
envVar,
2626
categorySupported = [],
2727
}: Props) {
28-
// This is a literal copypaste of the HTML Gatsby outputs for regular
29-
// Markdown headings because we can't figure out how to make Gatsby
30-
// render component content like regular markdown/MDX content. We tried
31-
// MDXRenderer but that one needs "compiled MDX" which we are unable to
32-
// obtain. We might get one if we inserted a graphql node somewhere but
33-
// who knows at this point.
3428

3529
const {showBrowserOnly, showServerLikeOnly} = getPlatformHints(categorySupported);
3630

0 commit comments

Comments
 (0)