react-mutation-mapper 0.8.95 → 0.8.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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -575,7 +575,7 @@ var RevueTooltipContent = function (props) {
|
|
|
575
575
|
React__default.createElement("strong", null, props.vue.revisedProteinEffect))));
|
|
576
576
|
};
|
|
577
577
|
function sortValue$5(vue) {
|
|
578
|
-
return
|
|
578
|
+
return 0;
|
|
579
579
|
}
|
|
580
580
|
var RevueCell = function (props) {
|
|
581
581
|
return (React__default.createElement(DefaultTooltip, { placement: "bottom", overlay: React__default.createElement(RevueTooltipContent, { vue: props.vue }) },
|