Skip to content

Commit

Permalink
fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Jan 29, 2021
1 parent cc6b570 commit 15e590f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/foo-comments.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Editor() {
.addComment({
body,
owner: { name, email },
pageUrl: encodeURI(window.location.href)
pageUrl: window.location.href
})
.then(() => {
setBody('');
Expand Down

0 comments on commit 15e590f

Please sign in to comment.