Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jan 15, 2025
2 parents 2e08133 + bccb0a2 commit 98f094b
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
Expand Up @@ -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 },
Expand Down

0 comments on commit 98f094b

Please sign in to comment.