Skip to content

Commit

Permalink
fix unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
juliensnz committed Sep 20, 2023
1 parent 48e0b69 commit 51f5e36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/NodeReport.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
Badge,
Breadcrumb,
CopyIcon,
Dropdown,
FileIcon,
FolderIcon,
Expand All @@ -24,10 +23,6 @@ const Header = styled.div`
display: flex;
`;

const canCopyToClipboard = (): boolean => 'clipboard' in navigator;

const copyToClipboard = (text: string) => canCopyToClipboard() && navigator.clipboard.writeText(text);

const SpacedCell = styled(Table.Cell)`
& > div {
display: flex;
Expand Down

0 comments on commit 51f5e36

Please sign in to comment.