molecule list fix

This commit is contained in:
Pfeil, Scott Robert 2019-04-24 16:21:16 -04:00
parent 8a349ae16f
commit d3361fedeb

View File

@ -52,6 +52,7 @@ public class MoleculeListTemplate: ThreeLayerTableViewController {
return UITableViewCell()
}
cell.setWithJSON(molecule, delegateObject: delegateObject(), additionalData: nil)
cell.updateView(tableView.bounds.width)
return cell
}
}