constructor()

in src/app/components/FolderAtrifact.js [34:37]


  constructor(props) {
    super(props);
    this.path = props.artifact.children.href.split('/children')[1];
  }