diff --git a/frontend/src/BlockList.tsx b/frontend/src/BlockList.tsx index ee77133..3b252a0 100644 --- a/frontend/src/BlockList.tsx +++ b/frontend/src/BlockList.tsx @@ -7,7 +7,7 @@ export default function BlockList() { let backendUrl = process.env.BACKEND_ADDRESS!; if (backendUrl === undefined) { - throw Error("backend address not specified in ENV variable"); + console.error("backend address not specified in ENV variable"); } const blocksComponent = blocks.map(block => {