From e8a521410cbe9a2ae1500b2c2007a608cc7783d9 Mon Sep 17 00:00:00 2001 From: Vehbi Sinan Tunalioglu Date: Sun, 24 Mar 2024 16:06:29 +0800 Subject: [PATCH] fix(website): fix JSX keys --- website/src/components/app/-app.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/components/app/-app.tsx b/website/src/components/app/-app.tsx index be237fe..953df62 100644 --- a/website/src/components/app/-app.tsx +++ b/website/src/components/app/-app.tsx @@ -110,7 +110,7 @@ export function TabulateHosts({ hosts, onHostSelect }: { hosts: LhpData[]; onHos > Hostname - Cloud + Cloud Distribution Arch @@ -122,7 +122,7 @@ export function TabulateHosts({ hosts, onHostSelect }: { hosts: LhpData[]; onHos Disk - + Docker Tags @@ -172,7 +172,7 @@ export function TabulateHosts({ hosts, onHostSelect }: { hosts: LhpData[]; onHos {(host.host.tags || []).map((x) => ( - + {x} ))} @@ -200,7 +200,7 @@ export function HostDetails({ host }: { host: LhpData }) {
{(host.host.tags || []).map((x) => ( - + {x} ))}