Skip to content

Commit

Permalink
Release 2.0.107-b5
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Jan 20, 2025
1 parent 855119d commit 1891315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledfx",
"version": "2.0.107-b4",
"version": "2.0.107-b5",
"description": "LedFx v2 - BladeMOD!",
"author": "YeonV aka Blade",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion src/components/PixelGraph/PixelGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const PixelGraph = ({
const variants = useStore(
(state) => state.uiPersist.pixelGraphSettings?.variants
)
console.log('variants', variants, typeof variants, variants[0])
return (
<>
{variants === 'original' && (
Expand Down

0 comments on commit 1891315

Please sign in to comment.