Skip to content

Commit 21eff80

Browse files
Remove useless counterpart from OOP syntax display
1 parent e24793f commit 21eff80

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

web/src/pages/[func].astro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ let funcSyntaxes = parseFunctionSyntaxes(func.id, func.data);
109109
<strong>Constructor:</strong> {funcInfo.oop.constructorclass}(...)
110110
</li>
111111
)}
112-
113-
{funcPair && (
114-
<li>
115-
<strong>Counterpart:</strong> <a href={ `/${funcPair}` }>{ funcPair }</a>
116-
</li>
117-
)}
118112

119113
</ul>
120114
</div>

0 commit comments

Comments
 (0)