Skip to content

Commit

Permalink
Build cp-ds
Browse files Browse the repository at this point in the history
  • Loading branch information
bombassaro committed Aug 23, 2020
1 parent 7042bf6 commit 363629d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,9 @@ Image$1.defaultProps = {
};

var ColumnHeader = function ColumnHeader(_ref) {
var item = _ref.item;
var domain = _ref.domain,
item = _ref.item;
if (!item) return null;
var domain = "http://localhost:8080";
var path = "";
var image = item["column-image"] && item["column-image"]["image-contentId"] && item["column-image"];
var column_name = item["column-name"];
Expand Down

0 comments on commit 363629d

Please sign in to comment.