fmui-base 2.1.95 → 2.1.96
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/README.md +1 -0
- package/lib/process_info/processInfo.js +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7456,8 +7456,7 @@ var PageHome = function (_React$Component) {
|
|
|
7456
7456
|
'span',
|
|
7457
7457
|
{ className: 'approval-card-left' },
|
|
7458
7458
|
this.state.processTitle
|
|
7459
|
-
)
|
|
7460
|
-
_react2.default.createElement('img', { className: 'approval-card-right', src: _variables2.default.approvalCardIcon })
|
|
7459
|
+
)
|
|
7461
7460
|
)
|
|
7462
7461
|
),
|
|
7463
7462
|
_react2.default.createElement(
|