Skip to content

Commit

Permalink
say: strip whitespace from text
Browse files Browse the repository at this point in the history
  • Loading branch information
CammyLeone committed Sep 5, 2021
1 parent 20e42ce commit 6dfb046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sayitagain-client/src/New.js
Expand Up @@ -26,7 +26,7 @@ export default function New() {
const generateLink = ({ text, count, cashtag }) => {
const encoded = btoa(
qs.stringify({
text,
text: text.trim(),
count,
})
);
Expand Down

0 comments on commit 6dfb046

Please sign in to comment.