Skip to content

Commit 8107958

Browse files
committed
chore: remove comment
1 parent c49b2ef commit 8107958

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/docs/packages/methods.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ export const DocsMethods = ({ params, allMethods, selectedPkg }: MethodsProps) =
5050
{param.name}
5151
</th>
5252
<td class='py-4 px-6'>
53-
{/* {param.type instanceof ReferenceTypeParser ? 'h' : param.type.constructor.name + JSON.stringify(param)} */}
54-
{/* <Show when={param.}>
55-
</Show> */}
5653
<Show when={param.type instanceof ReferenceTypeParser && (param.type.packageName?.split('joshdb').length || 0) > 1}
5754
fallback={param.type.toString()}>
5855
<Link

0 commit comments

Comments
 (0)