diff --git a/src/components/report/CopyPaste.js b/src/components/report/CopyPaste.js index b2386fa6a..a3af25d16 100644 --- a/src/components/report/CopyPaste.js +++ b/src/components/report/CopyPaste.js @@ -140,7 +140,7 @@ export default class CopyPaste extends Component {
-
- {this.renderButtonsGroup()} - {this.renderImportScoreSummaryCheckbox()} +
+
+ {this.renderButtonsGroup()} + {this.renderImportScoreSummaryCheckbox()} +
+ {!allowCopyClipboardItem() && ( +

+ HEY, you are using a browser that does not support Copy action via + ClipboardItem API here. Please see{" "} + + here + {" "} + for more information. +

+ )}
- {!allowCopyClipboardItem() && ( -

- HEY, you are using a browser that does not support Copy action via - ClipboardItem API here. Please see{" "} - - here - {" "} - for more information. -

- )}
);