smartnftportal
Advanced tools
Comparing version 1.0.34 to 1.0.35
"use strict"; | ||
require("core-js/modules/es.weak-map.js"); | ||
require("core-js/modules/web.dom-collections.iterator.js"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -8,3 +9,2 @@ value: true | ||
exports.default = void 0; | ||
require("core-js/modules/web.dom-collections.iterator.js"); | ||
require("core-js/modules/es.array.includes.js"); | ||
@@ -41,3 +41,2 @@ require("core-js/modules/es.string.includes.js"); | ||
let ROOT = props.apiRoot; | ||
const [focused, setFocused] = useState(false); | ||
if (!loadingContent) { | ||
@@ -44,0 +43,0 @@ loadingContent = /*#__PURE__*/React.createElement(React.Fragment, null, "Loading..."); |
@@ -19,3 +19,3 @@ { | ||
"license": "BSD-3-Clause-Attribution", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"main": "dist/index.js", | ||
@@ -22,0 +22,0 @@ "scripts": { |
@@ -10,3 +10,2 @@ | ||
let ROOT = props.apiRoot; | ||
const [focused, setFocused] = useState(false); | ||
if (!loadingContent) { | ||
@@ -13,0 +12,0 @@ loadingContent=( |
56416
1055