badges on client list and install instructions after clicking native DL
This commit is contained in:
@@ -22,7 +22,7 @@ export class ClientListView extends TemplateView {
|
||||
const clients = vm.clients.map(clientViewModel => t.view(new ClientView(clientViewModel)));
|
||||
return t.div({className: "ClientListView"}, [
|
||||
t.h3("You need an app to continue"),
|
||||
t.ul({className: "ClientListView"}, clients)
|
||||
t.div({className: "ClientListView"}, clients)
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user