Skip to content

Commit

Permalink
Release 2.0.105-b12
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Nov 10, 2024
1 parent 796ba32 commit 14fda5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Device/Effects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ const EffectsCard = ({ virtId }: { virtId: string }) => {

useEffect(() => {
setMatrix(showMatrix || (virtuals[virtId]?.config?.rows > 7 && virtuals[virtId]?.pixel_count > 100 && virtuals[virtId].effect.type === 'blender'))
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [virtuals[virtId].effect.type])

useEffect(() => {
Expand Down

0 comments on commit 14fda5e

Please sign in to comment.