|
|
@ -40,7 +40,7 @@ export function TxDebugger() { |
|
|
|
data, |
|
|
|
data, |
|
|
|
} = useQuery( |
|
|
|
} = useQuery( |
|
|
|
['debugMessage', isValidInput, sanitizedInput, environment], |
|
|
|
['debugMessage', isValidInput, sanitizedInput, environment], |
|
|
|
async () => { |
|
|
|
() => { |
|
|
|
if (!isValidInput || !sanitizedInput) { |
|
|
|
if (!isValidInput || !sanitizedInput) { |
|
|
|
replacePathParam('txHash', ''); |
|
|
|
replacePathParam('txHash', ''); |
|
|
|
return null; |
|
|
|
return null; |
|
|
|