File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,10 @@ type AvailableSinceProps = {
99 *
1010 * @param version - The version number (e.g., "10.0.0", "8.5.0")
1111 */
12- export function AvailableSince ( {
13- version,
14- } : AvailableSinceProps ) {
12+ export function AvailableSince ( { version} : AvailableSinceProps ) {
1513 return (
1614 < p className = "italic" >
1715 Available since: < code > v{ version . replace ( / ^ v / , '' ) } </ code >
1816 </ p >
1917 ) ;
2018}
21-
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import {getCurrentPlatformOrGuide} from 'sentry-docs/docTree';
22import { serverContext } from 'sentry-docs/serverContext' ;
33import { PlatformCategory } from 'sentry-docs/types' ;
44
5- import { AvailableSince } from './availableSince' ;
65import { SdkDefinition , SdkDefinitionTable } from './sdkDefinition' ;
76
87type Props = {
You can’t perform that action at this time.
0 commit comments