From 2f0bef5d3378b62120e53625cb2b12d95a73747e Mon Sep 17 00:00:00 2001 From: Leon <> Date: Sun, 3 Jul 2022 14:51:48 +0300 Subject: [PATCH] remove redundant --- .../components/EntryDetailed/EntryViewer/AutoRepresentation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx b/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx index 80fee09cf..80ece29c1 100644 --- a/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx +++ b/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx @@ -1,4 +1,4 @@ -import React, { useState, useCallback, useRef, useEffect } from "react" +import React, { useState, useCallback, useEffect } from "react" import { useRecoilValue, useSetRecoilState } from "recoil" import entryDataAtom from "../../../recoil/entryData" import SectionsRepresentation from "./SectionsRepresentation";