ui: Run code formatter.

This commit is contained in:
Orne Brocaar
2024-03-19 14:14:18 +00:00
parent 8cde912fdf
commit 54b10cb693
30 changed files with 236 additions and 78 deletions

View File

@ -92,23 +92,23 @@ function Header({ user }: { user: User }) {
label: any;
options: any[];
}[] = [
{
label: renderTitle("Tenants"),
options: [],
},
{
label: renderTitle("Gateways"),
options: [],
},
{
label: renderTitle("Applications"),
options: [],
},
{
label: renderTitle("Devices"),
options: [],
},
];
{
label: renderTitle("Tenants"),
options: [],
},
{
label: renderTitle("Gateways"),
options: [],
},
{
label: renderTitle("Applications"),
options: [],
},
{
label: renderTitle("Devices"),
options: [],
},
];
if (searchResult !== undefined) {
for (const res of searchResult.getResultList()) {