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 1051d49 commit db7730aCopy full SHA for db7730a
src/app/compatibility/avm2/class_box.tsx
@@ -54,7 +54,7 @@ export function ClassBox(props: ClassStatus) {
54
className={classes.showMemberButton}
55
onClick={toggle}
56
>
57
- Show Missing Members
+ {opened ? "Hide" : "Show"} Missing Members
58
</Button>
59
<List hidden={!opened}>
60
{props.items.map((item, i) => (
0 commit comments