Skip to content

Commit cbc032b

Browse files
committed
Fix ignoring expanded cards state if forceOpen provided
1 parent 15869e3 commit cbc032b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/entries/contentScript/components

src/entries/contentScript/components/Card.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function Card({
7878
}
7979

8080
useEffect(() => {
81-
if (!forceOpen) {
81+
if (forceOpen) {
8282
return;
8383
}
8484

0 commit comments

Comments
 (0)