Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed May 2, 2024
1 parent 71824ab commit c1d74ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Share.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export default function Share({appName, text, url, seed}) {
</button>
);
} else {
return (
<></>
);
return <></>;
}
}

0 comments on commit c1d74ae

Please sign in to comment.