We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def5697 commit c4086e6Copy full SHA for c4086e6
web/src/pages/reference/[func].astro
@@ -111,11 +111,11 @@ const oopList = Array.isArray(funcInfo.oop) ? funcInfo.oop : funcInfo.oop ? [fun
111
)}
112
113
<!-- Description -->
114
- {funcInfo.version ? (() => {
+ {funcInfo.version ? (
115
<VersionBox added={funcInfo.version.added || ""} updated={funcInfo.version.updated || ""} removed={funcInfo.version.removed || ""}>
116
<ItemDescription description={funcInfo.description} requiresReview={funcInfo.requiresReview} />
117
</VersionBox>
118
- })() : (
+ ) : (
119
120
121
0 commit comments