diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 8f82846d0..5b50ede20 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -48,7 +48,6 @@ "eslint-plugin-prettier": "^4.2.1", "postcss": "^8.4.16", "prettier": "^2.8.4", - "tailwind-scrollbar": "^3.0.4", "tailwindcss": "^3.1.8", "typescript": "^4.9.5", "vercel": "^28.15.1" diff --git a/packages/nextjs/pages/blockexplorer/transaction/[txHash].tsx b/packages/nextjs/pages/blockexplorer/transaction/[txHash].tsx index 36ed5d43c..de12dbff2 100644 --- a/packages/nextjs/pages/blockexplorer/transaction/[txHash].tsx +++ b/packages/nextjs/pages/blockexplorer/transaction/[txHash].tsx @@ -94,7 +94,7 @@ const TransactionPage: NextPage = () => { Function called: -
+
{functionCalled === "0x" ? ( "This transaction did not call any function." ) : ( diff --git a/yarn.lock b/yarn.lock index 0f4527bb0..e89090b6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1823,7 +1823,6 @@ __metadata: react-dom: ^18.2.0 react-fast-marquee: ^1.3.5 react-hot-toast: ^2.4.0 - tailwind-scrollbar: ^3.0.4 tailwindcss: ^3.1.8 typescript: ^4.9.5 use-debounce: ^8.0.4 @@ -12527,15 +12526,6 @@ __metadata: languageName: node linkType: hard -"tailwind-scrollbar@npm:^3.0.4": - version: 3.0.4 - resolution: "tailwind-scrollbar@npm:3.0.4" - peerDependencies: - tailwindcss: 3.x - checksum: e708baef1ec640e7bef11338e05951f0074fb7cc680255fa33c8a24b5b545121fbf87b5f36fca069128117d578285a714699aa6e39a54a346e6c67fd42571f43 - languageName: node - linkType: hard - "tailwindcss@npm:^3, tailwindcss@npm:^3.1.8": version: 3.1.8 resolution: "tailwindcss@npm:3.1.8"