Skip to content

Commit e18662e

Browse files
authored
Merge pull request #48 from 0xHashstack/development
ENHANCEMENT updated fix for the argent issue [DONE]
2 parents 211a860 + 84f7979 commit e18662e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/provisions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function Provisions() {
157157
}, 2000);
158158
}, []);
159159
const handleSearch = async () => {
160-
if ((addressInput.length>=64 &&addressInput.length<=66) || (addressInput.length <=42 &&addressInput.length>=40)) {
160+
if ((addressInput.length>=64 &&addressInput.length<=68) || (addressInput.length <=42 &&addressInput.length>=40)) {
161161
// setaddressDetails(1);
162162
// setaddressSearched(true);
163163
} else {

0 commit comments

Comments
 (0)