Skip to content

Commit

Permalink
Update WhatsappShareButton.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadBazaz authored Jul 1, 2022
1 parent 29808b5 commit c0005ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WhatsappShareButton.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from './utils/assert';
import objectToGetParams from './utils/objectToGetParams';
import createShareButton from './hocs/createShareButton
import createShareButton from './hocs/createShareButton';

function whatsappLink(url: string, { title, separator }: { title?: string; separator?: string }) {
assert(url, 'whatsapp.url');
Expand Down

0 comments on commit c0005ad

Please sign in to comment.