Skip to content

Commit a559d29

Browse files
getsantry[bot]mydea
authored andcommitted
[getsentry/action-github-commit] Auto commit
1 parent b31b211 commit a559d29

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/sdkDefinition/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ export function SdkDefinition({name, children, categorySupported = []}: Props) {
3838
);
3939
}
4040

41-
export function SdkDefinitionTable({children, className}: {children?: React.ReactNode, className?: string}) {
41+
export function SdkDefinitionTable({
42+
children,
43+
className,
44+
}: {
45+
children?: React.ReactNode;
46+
className?: string;
47+
}) {
4248
return (
4349
<table className={styles['sdk-option-table'] + (className ? ` ${className}` : '')}>
4450
<tbody>{children}</tbody>

0 commit comments

Comments
 (0)