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