We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff26e03 commit 2f5a7d2Copy full SHA for 2f5a7d2
1 file changed
lib/card/index.js
@@ -52,7 +52,7 @@ class Card extends React.Component {
52
</div>
53
{/* eslint-disable jsx-a11y/click-events-have-key-events */}
54
{/* eslint-disable jsx-a11y/no-static-element-interactions */}
55
- {expandedContent && <div {...iconProps} />}
+ {expandedContent !== null && <div {...iconProps} />}
56
57
);
58
}
0 commit comments