diff --git a/web/src/lib/task-manager/queue.ts b/web/src/lib/task-manager/queue.ts index 0ea23509..f2455b01 100644 --- a/web/src/lib/task-manager/queue.ts +++ b/web/src/lib/task-manager/queue.ts @@ -139,7 +139,7 @@ export const createSavePipeline = (info: CobaltLocalProcessingResponse, request: }, }, }); - } else if ("gif" === info.type) { + } else if (info.type === "gif") { return createDialog({ id: "save-error", type: "small",