View.prototype.to = function () {
  const plan = session.plan()
  return plan ? plan.to().split(',')[0] : ''
}