diff --git a/components/dataViews/HashView.tsx b/components/dataViews/HashView.tsx index 2f17c62..a9417f9 100644 --- a/components/dataViews/HashView.tsx +++ b/components/dataViews/HashView.tsx @@ -1,6 +1,4 @@ -import React from "react"; - -import { abbreviateLongString } from "../../lib/displayHelpers"; +import { ellideMiddle } from "../../lib/displayHelpers"; import CopyAndPaste from "./CopyAndPaste"; interface Props { @@ -10,7 +8,7 @@ interface Props { const HashView = (props: Props) => (