Skip to content

Commit

Permalink
[getsentry/action-github-commit] Auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Feb 6, 2025
1 parent 7a5b58a commit 0b349d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sdkApi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export function SdkApi({
<pre className="mt-2 mb-2">{codeToJsx(signature, language)}</pre>

{parameters.length ? (
<Expandable title='Parameters'>
<SdkDefinitionTable className='bg-white'>
<Expandable title="Parameters">
<SdkDefinitionTable className="bg-white">
{parameters.map(param => (
<ApiParameterDef key={param.name} {...param} />
))}
Expand Down

0 comments on commit 0b349d2

Please sign in to comment.