diff --git a/src/components/BulkGenerateModal.tsx b/src/components/BulkGenerateModal.tsx index 0850950..addbbc5 100644 --- a/src/components/BulkGenerateModal.tsx +++ b/src/components/BulkGenerateModal.tsx @@ -4,11 +4,9 @@ import { Flex, FlexItem, Modal, - TextareaControl, - TextControl, ToggleControl, } from "@wordpress/components"; -import { __, _n, _x, sprintf } from "@wordpress/i18n"; +import { __, _n, sprintf } from "@wordpress/i18n"; import { decodeEntities } from "@wordpress/html-entities"; import type { AltGenerationMap } from "../types"; diff --git a/src/components/BulkGenerationTable.tsx b/src/components/BulkGenerationTable.tsx index 1a0f62c..b6d3461 100644 --- a/src/components/BulkGenerationTable.tsx +++ b/src/components/BulkGenerationTable.tsx @@ -41,7 +41,7 @@ export default function BulkGenerationTable({ Array.from(generationMap, ([id, details]) => ( - + {details.thumbnail && (