diff --git a/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts b/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts index 1e5aa5fd..9119d617 100644 --- a/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts +++ b/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts @@ -68,7 +68,7 @@ async function updateButtonVisibility(app: AppState) { buttonController.hideAll(); // Hide all buttons if the network is incorrect toaster.create("error", `This dApp currently does not support payouts for network ID ${currentNetworkId}`); - // Try switching to the propper network id + // Try switching to the proper network id switchNetwork(new ethers.providers.Web3Provider(window.ethereum), app.reward.networkId).catch((error) => { console.error(error); if (app.networkId !== null) {