Skip to content

Commit

Permalink
Issue #10: Improved output formatting
Browse files Browse the repository at this point in the history
Removed debugging traces
  • Loading branch information
veronikaslc committed Oct 20, 2020
1 parent 05ceab4 commit 7da892f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guids-generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@
<StyledTableCell>Health card #</StyledTableCell>
<StyledTableCell>Province</StyledTableCell>
<StyledTableCell>Date of birth</StyledTableCell>
<StyledTableCell><span>GUID</span>
<CopyToClipboard text={validatedData.map(item => item.isError ? '' : bhashes[item.index].value).join('\n\r')} onCopy={() => onCopyButtonClick()}>
<StyledTableCell>GUID
<CopyToClipboard text={validatedData.map(item => item.isError ? '' : bhashes[item.index].value).join('\r\n')} onCopy={() => onCopyButtonClick()}>
<Button variant="contained"
color="primary"
className={copied ? classes.copyButtonSuccess : classes.copyButton}
Expand Down

0 comments on commit 7da892f

Please sign in to comment.