diff --git a/docs/assets/icons.js b/docs/assets/icons.js
index 58882d7..3ae8f55 100644
--- a/docs/assets/icons.js
+++ b/docs/assets/icons.js
@@ -3,7 +3,7 @@
function addIcons() {
if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons);
const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg"));
- svg.innerHTML = `MMNEPVFCICPMFPCPTTAAATR`;
+ svg.innerHTML = `MMNEPVFCICPMFPCPTTAAATR`;
svg.style.display = "none";
if (location.protocol === "file:") updateUseElements();
}
diff --git a/docs/assets/icons.svg b/docs/assets/icons.svg
index 50ad579..10db10b 100644
--- a/docs/assets/icons.svg
+++ b/docs/assets/icons.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/classes/Address.html b/docs/classes/Address.html
index d0b3b37..5a89c6b 100644
--- a/docs/classes/Address.html
+++ b/docs/classes/Address.html
@@ -1,5 +1,5 @@
Address | react-native-tpayIndex
Index
Properties
city: string | nullcountryCode: string | nullpostalCode: string | nullProperties
address
address: string | null
countryCode
countryCode: string | null
postalCode
postalCode: string | null
+Properties
address
address: string | null
countryCode
countryCode: string | null
postalCode
postalCode: string | null
Class responsible for storing payer address
-