Skip to content

Commit

Permalink
feat: Updated src/components/ApiDataFetcher.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 18, 2024
1 parent 164e9ac commit 51abcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApiDataFetcher.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function getStaticProps() {
const ApiDataFetcher = ({ data }) => {
// The component does not render any UI elements.
return <Fragment />;
return <></>;
};
export default ApiDataFetcher;

0 comments on commit 51abcde

Please sign in to comment.