From d2baef4a6371165f0b8b2907c82621dc57c6b4c0 Mon Sep 17 00:00:00 2001 From: apoorvlathey Date: Sat, 10 Jun 2023 15:10:58 +0530 Subject: [PATCH] fix tenderly tooltip error --- src/components/Body/index.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Body/index.tsx b/src/components/Body/index.tsx index 6f96c82..d6e34d0 100644 --- a/src/components/Body/index.tsx +++ b/src/components/Body/index.tsx @@ -1,4 +1,4 @@ -import React, { useState, useEffect } from "react"; +import { useState, useEffect } from "react"; import { Container, InputGroup, @@ -44,6 +44,7 @@ import { GridItem, Image, Spinner, + List, } from "@chakra-ui/react"; import { SettingsIcon, @@ -895,9 +896,12 @@ function Body() { <> Simulate sending transactions on forked node. - - Create a fork on Tenderly and grab it's id from the URL. - + + + Create a fork on Tenderly and grab it's id from the + URL. + + } hasArrow