Skip to content

Commit

Permalink
Merge pull request #16 from celestiaorg/patch-1
Browse files Browse the repository at this point in the history
fix: add empty dependency array to useEffect
  • Loading branch information
jcstein authored Aug 18, 2023
2 parents 45c6e57 + 15f78fb commit bf288bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function Example() {
};

fetchJsonData(jsonURL);
});
}, []);

const activateSidebar = (param: any) => {
setOpen(true);
Expand Down

0 comments on commit bf288bc

Please sign in to comment.