Skip to content

Commit b62b9de

Browse files
author
Marcin Mazurek
committed
[DDW-809] Add missing SMASH server URL
1 parent af5623a commit b62b9de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/renderer/app/stores/StakingStore.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ export default class StakingStore extends Store {
279279
await this.api.localStorage.setSmashServer(smashServerUrl);
280280
this.analytics.sendEvent(
281281
EventCategories.SETTINGS,
282-
'Changed SMASH server'
282+
'Changed SMASH server',
283+
smashServerUrl
283284
);
284285
} catch (error) {
285286
runInAction(() => {

0 commit comments

Comments
 (0)