Skip to content

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettyong committed May 14, 2024
1 parent df4b261 commit bfd23e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/01-home-screens/ui/gradient-fill/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const FillCircle: React.FC<IHomeAdvantage> = ({
colors.background
);

// return () => instance.current?.destroy();
return () => instance.current?.destroy();
}
});

Expand Down
Binary file removed src/widgets/07-ecosystem-screens/ui/.DS_Store
Binary file not shown.

0 comments on commit bfd23e8

Please sign in to comment.