remove title here
This commit is contained in:
parent
b5daf8fe0a
commit
bc0fb89846
@ -62,11 +62,7 @@ class AllClientsView extends TemplateView {
|
||||
|
||||
class ContinueWithClientView extends TemplateView {
|
||||
render(t, vm) {
|
||||
const backTitle = "Back to all clients";
|
||||
return t.div({className: "ClientListView"}, [
|
||||
t.h2([
|
||||
t.span(`Continue with ${vm.clientViewModel.name}`)
|
||||
]),
|
||||
t.div({className: "list"}, t.view(new ClientView(vm.clientViewModel)))
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user