|
| 1 | +(self.webpackChunksteamui = self.webpackChunksteamui || []).push([ |
| 2 | + [9129], |
| 3 | + { |
| 4 | + chunkid: (module) => { |
| 5 | + module.exports = { |
| 6 | + IconContainer: "_6f_B5nDywKxTeX2mN82H", |
| 7 | + ButtonContainer: "_1ShXayKQrFaUxECMORaNmM", |
| 8 | + InfoContainer: "_20mER4KVFt1wYBaOFlnjvL", |
| 9 | + IconImg: "RP1UpBcTVectpTel7p6iH", |
| 10 | + ReactionCount: "_18GX_0BWySenzVNaYO4IsZ", |
| 11 | + IconList: "_2cI0LExX5UtjoTq7F6CTwY", |
| 12 | + }; |
| 13 | + }, |
| 14 | + chunkid: (module, module_exports, __webpack_require__) => { |
| 15 | + "use strict"; |
| 16 | + __webpack_require__._(module_exports), |
| 17 | + __webpack_require__._(module_exports, { |
| 18 | + AwardIcon: () => _, |
| 19 | + AwardIconList: () => _, |
| 20 | + }); |
| 21 | + var _ = __webpack_require__("chunkid"), |
| 22 | + _ = __webpack_require__("chunkid"), |
| 23 | + _ = __webpack_require__("chunkid"), |
| 24 | + _ = __webpack_require__("chunkid"), |
| 25 | + _ = __webpack_require__._(_), |
| 26 | + _ = __webpack_require__("chunkid"), |
| 27 | + _ = __webpack_require__("chunkid"); |
| 28 | + class _ extends _.PureComponent { |
| 29 | + render() { |
| 30 | + const _ = (0, _._)( |
| 31 | + "#RewardsReaction_Tooltip", |
| 32 | + this.props.reaction.count || 0, |
| 33 | + (0, _._)(this.props.reaction.reaction_type), |
| 34 | + ); |
| 35 | + return _.createElement( |
| 36 | + _._, |
| 37 | + { |
| 38 | + className: (0, _._)(_().InfoContainer, _().IconContainer), |
| 39 | + toolTipContent: _, |
| 40 | + }, |
| 41 | + _.createElement("img", { |
| 42 | + className: _().IconImg, |
| 43 | + src: (0, _._)(this.props.reaction.reaction_type, !1), |
| 44 | + }), |
| 45 | + this.props.reaction.count && |
| 46 | + _.createElement( |
| 47 | + "div", |
| 48 | + { |
| 49 | + className: _().ReactionCount, |
| 50 | + }, |
| 51 | + this.props.reaction.count, |
| 52 | + ), |
| 53 | + ); |
| 54 | + } |
| 55 | + } |
| 56 | + class _ extends _.PureComponent { |
| 57 | + render() { |
| 58 | + let _ = []; |
| 59 | + for (const _ of this.props.reactions) |
| 60 | + _.push( |
| 61 | + _.createElement(_, { |
| 62 | + key: _.reaction_type, |
| 63 | + reaction: _, |
| 64 | + }), |
| 65 | + ); |
| 66 | + return _.createElement( |
| 67 | + "div", |
| 68 | + { |
| 69 | + className: _().IconList, |
| 70 | + }, |
| 71 | + _, |
| 72 | + ); |
| 73 | + } |
| 74 | + } |
| 75 | + }, |
| 76 | + }, |
| 77 | +]); |
0 commit comments