{drops.map((drop, index) => {
diff --git a/website/src/components/tools/NonFungibleToken/index.jsx b/website/src/components/tools/NonFungibleToken/index.jsx
index d2aa72be12f..af160cf23de 100644
--- a/website/src/components/tools/NonFungibleToken/index.jsx
+++ b/website/src/components/tools/NonFungibleToken/index.jsx
@@ -14,7 +14,6 @@ const NonFungibleToken = ({
This tool allows you to mint Non-Fungible Tokens
-
>
);
diff --git a/website/src/components/tools/index.jsx b/website/src/components/tools/index.jsx
index c32d9c38d6e..50813d2a8e7 100644
--- a/website/src/components/tools/index.jsx
+++ b/website/src/components/tools/index.jsx
@@ -135,7 +135,7 @@ const Tools = () => {
}, [fetchTokens, processFT, processNFT, signedAccountId]);
- return <>
+ return
reload(d, 'fts')} />
@@ -157,7 +157,7 @@ const Tools = () => {
- >
+
}
export default Tools;
\ No newline at end of file