diff --git a/packages/playground/src/dashboard/components/set_extra_fee.vue b/packages/playground/src/dashboard/components/set_extra_fee.vue index a15dfa8226..992c16fa4e 100644 --- a/packages/playground/src/dashboard/components/set_extra_fee.vue +++ b/packages/playground/src/dashboard/components/set_extra_fee.vue @@ -122,7 +122,7 @@ export default { await getExtraFee(); } catch (e) { let msg = "Failed to set additional fees."; - if (e instanceof TFChainErrors.smartContractModule.NodeHasActiveContracts) msg += " Node has acive contracts."; + if (e instanceof TFChainErrors.smartContractModule.NodeHasActiveContracts) msg += " Node has active contracts."; createCustomToast(msg, ToastType.danger); } finally { isSetting.value = false;