diff --git a/app/components/Block.test.tsx b/app/components/Block.test.tsx
index 5dd11b4..216530c 100644
--- a/app/components/Block.test.tsx
+++ b/app/components/Block.test.tsx
@@ -31,7 +31,7 @@ it("renders topbar unchanged", () => {
it("renders nothing if pv is hidden", () => {
const aBlock: IfcBlock = { pvaddress: "SOME:PV", visible: false };
const { container } = render(
- ,
+ ,
{
container: tableBody,
},