diff --git a/src/web-check-live/components/Form/Row.tsx b/src/web-check-live/components/Form/Row.tsx index c1aee0c..e51c368 100644 --- a/src/web-check-live/components/Form/Row.tsx +++ b/src/web-check-live/components/Form/Row.tsx @@ -151,7 +151,7 @@ export const ExpandableRow = (props: RowProps) => { return ( {row.lbl} - copyToClipboard(row.val)}> + copyToClipboard(row.val)}> {formatValue(row.val)} { row.plaintext && {row.plaintext}</PlainText> }