@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/cjs/index.js CHANGED
@@ -35389,7 +35389,7 @@ class View {
35389
35389
  View.dialogViews = {
35390
35390
  userprefs: (view) => view.vwUserPrefs(),
35391
35391
  userinfo: (view, args) => m(UserInfoDialog, { key: "userinfodialog-" + args.userid, view, userid: args.userid, nick: args.nick, fullname: args.fullname }),
35392
- challenge: (view, args) => m(ChallengeDialog, { key: "challenge-" + args.item.challenge_key, view, item: args }),
35392
+ challenge: (view, args) => m(ChallengeDialog, { key: "challenge", view, item: args }),
35393
35393
  friend: (view) => m(FriendPromoteDialog, { key: "friend", view }),
35394
35394
  wait: (view, args) => view.vwWait(args),
35395
35395
  accept: (view, args) => view.vwAccept(args)