We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15869e3 commit cbc032bCopy full SHA for cbc032b
1 file changed
src/entries/contentScript/components/Card.jsx
@@ -78,7 +78,7 @@ function Card({
78
}
79
80
useEffect(() => {
81
- if (!forceOpen) {
+ if (forceOpen) {
82
return;
83
84
0 commit comments