Commit 63fcac7
committed
fix: correct logical operator in export button className
- Change OR (||) to AND (&&) operator for conditional opacity classes
- Fixes issue where string operand would always be truthy
- Addresses additional Copilot review feedback1 parent 02dc1af commit 63fcac7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments