Skip to content

Commit

Permalink
[DDW-809] Add missing SMASH server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Mazurek committed Aug 8, 2022
1 parent af5623a commit b62b9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/renderer/app/stores/StakingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ export default class StakingStore extends Store {
await this.api.localStorage.setSmashServer(smashServerUrl);
this.analytics.sendEvent(
EventCategories.SETTINGS,
'Changed SMASH server'
'Changed SMASH server',
smashServerUrl
);
} catch (error) {
runInAction(() => {
Expand Down

0 comments on commit b62b9de

Please sign in to comment.