fix: tests

This commit is contained in:
Johannes Kirschbauer
2024-05-26 13:22:59 +02:00
parent 27ecbca557
commit bacc862d52
3 changed files with 10 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ export const Nested: Component = () => {
{(entry, i) => (
<li>
{i() + 1}: {entry.machineName}{" "}
{entry.machineDescription || "No description"}
{entry.machine_description || "No description"}
</li>
)}
</For>