Fix call tile copy button

This commit is contained in:
Robert Long
2021-12-10 14:01:55 -08:00
parent c5728b2f66
commit 10f1446415
3 changed files with 34 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
import React from "react";
import React, { useCallback } from "react";
import useClipboard from "react-use-clipboard";
import { ReactComponent as CheckIcon } from "../icons/Check.svg";
import { ReactComponent as CopyIcon } from "../icons/Copy.svg";