Skip to content

Commit 0be3144

Browse files
kosztimosabua
authored andcommitted
Fix build by removing unknown property
1 parent a8849af commit 0be3144

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

precise/src/controls/catalog_viewer/CatalogViewerColumn.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ const CatalogViewerColumn: React.FC<CatalogViewerColumnProps> = ({
7878
return (
7979
<div key={index} className="viewer_samplevalue" title={value}>
8080
{displayValue}
81-
<CopyLink
82-
value={value}
81+
<CopyLink
8382
copy={() => navigator.clipboard.writeText(value)}
8483
/>
8584
</div>

0 commit comments

Comments
 (0)