fix tenderly tooltip error

This commit is contained in:
apoorvlathey
2023-06-10 15:10:58 +05:30
parent 9ff7057919
commit d2baef4a63

View File

@@ -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() {
<>
<Text>Simulate sending transactions on forked node.</Text>
<chakra.hr bg="gray.400" />
<ListItem>
Create a fork on Tenderly and grab it's id from the URL.
</ListItem>
<List>
<ListItem>
Create a fork on Tenderly and grab it's id from the
URL.
</ListItem>
</List>
</>
}
hasArrow