Skip to content

Commit

Permalink
Fix: deletes dapps counter update log (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Max <[email protected]>
Co-authored-by: swarna1101 <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent 3cb6442 commit 9801ff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/02-about-screens/ui/02-community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const Community: React.FC = () => {
gsap.to(current, 2, {
var: 90,
onUpdate: function() {
console.log('upd')
spanRef.current!.innerHTML = `${Math.ceil(current.var)}`;
}
});
Expand Down

0 comments on commit 9801ff9

Please sign in to comment.