@mideind/netskrafl-react 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -35387,7 +35387,7 @@ class View {
35387
35387
  View.dialogViews = {
35388
35388
  userprefs: (view) => view.vwUserPrefs(),
35389
35389
  userinfo: (view, args) => m(UserInfoDialog, { key: "userinfodialog-" + args.userid, view, userid: args.userid, nick: args.nick, fullname: args.fullname }),
35390
- challenge: (view, args) => m(ChallengeDialog, { key: "challenge-" + args.item.challenge_key, view, item: args }),
35390
+ challenge: (view, args) => m(ChallengeDialog, { key: "challenge", view, item: args }),
35391
35391
  friend: (view) => m(FriendPromoteDialog, { key: "friend", view }),
35392
35392
  wait: (view, args) => view.vwWait(args),
35393
35393
  accept: (view, args) => view.vwAccept(args)