diff --git a/src/components/Body/index.tsx b/src/components/Body/index.tsx index 8b32cfa..e611437 100644 --- a/src/components/Body/index.tsx +++ b/src/components/Body/index.tsx @@ -41,7 +41,7 @@ import { ModalHeader, ModalCloseButton, ModalBody, - Grid, + SimpleGrid, GridItem, Image, Spinner, @@ -835,7 +835,9 @@ function Body() { backdropFilter="auto" backdropBlur="3px" /> - + Select a dapp @@ -851,7 +853,7 @@ function Body() { )} - + {safeDapps && safeDapps[networkIndex] && (
@@ -862,20 +864,22 @@ function Body() { setSearchSafeDapp(e.target.value) } /> - - - + {searchSafeDapp && ( + + + + )}
)} - + {filteredSafeDapps && filteredSafeDapps.map((dapp, i) => ( ))} - +