Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jan 18, 2024
1 parent 67307ae commit 5f205e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ContextMenu/ContextMenuActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const ContextMenuActions: ContextMenuAction[] = [
} else if (content) {
setClipboardMessage(content);
} else if (messageText) {
Clipboard.setString(messageText)
Clipboard.setString(messageText);
}
}

Expand Down

0 comments on commit 5f205e7

Please sign in to comment.