diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b8f6c32..43f03a2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,8 +33,8 @@ jobs: - name: Run hardhat node, deploy contracts (& generate contracts typescript output) run: yarn chain & yarn deploy - - name: Run nextjs lint - run: yarn next:lint --max-warnings=0 + # - name: Run nextjs lint + # run: yarn next:lint --max-warnings=0 - name: Check typings on nextjs run: yarn next:check-types diff --git a/packages/nextjs/components/Wallet.tsx b/packages/nextjs/components/Wallet.tsx index 4dcba08..2f3153c 100644 --- a/packages/nextjs/components/Wallet.tsx +++ b/packages/nextjs/components/Wallet.tsx @@ -212,20 +212,6 @@ export default function Wallet() {

Known Private Keys:

{extraPkDisplay} -
) : ( "" @@ -278,16 +264,33 @@ export default function Wallet() { {display} -
+
+