diff --git a/src/App.tsx b/src/App.tsx index 1acdd92..2f9ec1e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -104,9 +104,9 @@ function App() { const getIsUsingGateway = async ()=> { try { const res = await qortalRequest({ - action: "IS_USING_GATEWAY" + action: "IS_USING_PUBLIC_NODE" }) - setIsUsingGateway(res.isGateway) + setIsUsingGateway(res) } catch (error) { }