From 15e5fed07ba7c119d0ba264f8e00467108bd402b Mon Sep 17 00:00:00 2001 From: RcleydsonR Date: Mon, 21 Nov 2022 16:42:45 -0300 Subject: [PATCH] fix lint errors Co-authored-by: brunoedcf --- src/App.vue | 2 +- src/components/TopBar.vue | 55 ++++++++++++++------------------------- src/model/Pix.ts | 20 +++++++------- src/utils/QrCodePix.ts | 2 +- src/utils/ethers.ts | 24 +++++++++-------- src/views/HomeView.vue | 4 +-- src/views/QrCodeForm.vue | 17 +++++------- 7 files changed, 53 insertions(+), 71 deletions(-) diff --git a/src/App.vue b/src/App.vue index 61ba952..9c31a65 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ import TopBar from "./components/TopBar.vue"; diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index 757cd4b..0a09092 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -11,7 +11,7 @@ const connectMetaMask = () => { ethers.connectProvider(); }; -const formatWalletAddress = (): string => { +const formatWalletAddress = (): string => { const walletAddressLength = walletAddress.value.length; const initialText = walletAddress.value.substring(0, 5); const finalText = walletAddress.value.substring( @@ -39,12 +39,7 @@ const formatWalletBalance = (): string => { height="75" />
- +
- + (Esse campo é obrigatório) @@ -167,9 +169,7 @@ const submit = () => { > {{ pixModel.value }}
-
+
Código QR Code: {{ qrCodePayload }}
@@ -179,10 +179,7 @@ const submit = () => {
-
+