diff --git a/webui/src/components/OperationList.tsx b/webui/src/components/OperationList.tsx index 57309b25..710ad821 100644 --- a/webui/src/components/OperationList.tsx +++ b/webui/src/components/OperationList.tsx @@ -240,9 +240,6 @@ export const OperationRow = ({ ); } else if (operation.op.case === "operationForget") { const forgetOp = operation.op.value; - if (forgetOp.forget?.length === 0) { - return null; - } body = } else if (operation.op.case === "operationPrune") { const prune = operation.op.value; @@ -480,4 +477,4 @@ const ForgetOperationDetails = ({ forgetOp }: { forgetOp: OperationForget }) => ]} /> ); -} \ No newline at end of file +}