Skip to content

Commit

Permalink
Merge pull request #6 from utdanningno/UTDTEK-2950
Browse files Browse the repository at this point in the history
Utdtek 2950
  • Loading branch information
henriktron authored Mar 14, 2023
2 parents 39a9446 + 4c0de5b commit ec6dca2
Show file tree
Hide file tree
Showing 6 changed files with 1,200 additions and 5 deletions.
4 changes: 2 additions & 2 deletions es/Context2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Fragment, useCallback, useMemo, useState } from 'react';
import PropTypes from "prop-types";
import { useData } from "./useData";
import { defaultColors, prepareMore } from "./utils";
import Visualization from "./Visualization";
import Visualization2 from "./Visualization2";
import MissingData from "./MissingData";
var Context2 = function Context2(_ref) {
var _ref$id = _ref.id,
Expand Down Expand Up @@ -44,7 +44,7 @@ var Context2 = function Context2(_ref) {
return oldLimit + limit;
});
}, []);
return /*#__PURE__*/React.createElement(Fragment, null, docs && docs.length ? /*#__PURE__*/React.createElement(Visualization, {
return /*#__PURE__*/React.createElement(Fragment, null, docs && docs.length ? /*#__PURE__*/React.createElement(Visualization2, {
item: {
parentId: item.main ? item.main.uno_id : id,
subItems: dataset
Expand Down
Loading

0 comments on commit ec6dca2

Please sign in to comment.