webview: fix typo
This commit is contained in:
@@ -27,7 +27,7 @@ export const Nested: Component = () => {
|
|||||||
<For each={list()}>
|
<For each={list()}>
|
||||||
{(entry, i) => (
|
{(entry, i) => (
|
||||||
<li>
|
<li>
|
||||||
{i() + 1}: {entry.machineName}{" "}
|
{i() + 1}: {entry.machine_name}{" "}
|
||||||
{entry.machine_description || "No description"}
|
{entry.machine_description || "No description"}
|
||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user