Skip to content

Commit

Permalink
🐛 text -> message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidZhang73 committed Feb 28, 2022
1 parent 61e3df1 commit f8ee806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const useAnnotation = () => {
res.json().then(data => {
const { message, clipboard } = data
if (message) {
utils.notify('Server: ' + text, 'positive')
utils.notify('Server: ' + message, 'positive')
}
if (clipboard) {
copyToClipboard(clipboard).then(() => {
Expand Down

0 comments on commit f8ee806

Please sign in to comment.