meraproject/content/modulebz/js/module/service/money/MoneyList.min.js
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

3 lines
374 B
JavaScript

var MoneyList;export default window.MoneyList=MoneyList=class extends React.Component{constructor(t){super(t),this.state={data:null!=t.data?t.data:t.data=[],type:null!=t.type?t.type:t.type="minus"}}render(){var t,e,a;for(e in a=this.state.type,t=[],this.state.data)t.push(React.createElement(MoneyDash,{type:a,data:e}));return t}};
//# sourceMappingURL=MoneyList.min.js.map