Skip to content

Commit

Permalink
PAUSED: Use git resume to continue working. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed May 25, 2024
1 parent 1cf6f2f commit 1be4d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/render-plugin-doc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ export class RenderPluginDoc extends Component<IProps, IState> {
'',
);

// FIXME table 2 flex
return (
<>
<h2 id='parameters'>Parameters</h2>
Expand Down Expand Up @@ -793,6 +794,8 @@ export class RenderPluginDoc extends Component<IProps, IState> {
if (!returnV) {
return null;
}

// FIXME table 2 flex
return (
<>
<h2 id='return-values'>Return Values</h2>
Expand Down

0 comments on commit 1be4d62

Please sign in to comment.