Skip to content

Commit

Permalink
fix #103
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jan 15, 2025

Verified

This commit was signed with the committer’s verified signature.
m8rmclaren Hayden
1 parent a0cbf5d commit bccb0a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/tabs/TeerDaysTab.vue
Original file line number Diff line number Diff line change
@@ -861,7 +861,6 @@ const subscribeToTeerDayStats = async () => {
integriteeNetworkApi = await ApiPromise.create({ provider: wsProvider });
accountStore.setDecimals(Number(integriteeNetworkApi.registry.chainDecimals));
accountStore.setSS58Format(Number(integriteeNetworkApi.registry.chainSS58));
accountStore.setSymbol(String(integriteeNetworkApi.registry.chainTokens));
if (accountStore.hasInjector) {
router.push({
query: { address: accountStore.getAddress },

0 comments on commit bccb0a2

Please sign in to comment.