Skip to content

Commit

Permalink
style: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Aug 15, 2024
1 parent 7e8d07b commit ddf3fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/LockedAssets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const LockedAssets = () => {
const goToTokensPage = () => {
router.push('/tokens');
};
console.log(ecosystemData.l1Tvl);

return (
<StyledSection>
{ecosystemData && (
Expand Down

0 comments on commit ddf3fab

Please sign in to comment.