diff --git a/src/Corporation/ui/PurchaseMaterialPopup.tsx b/src/Corporation/ui/PurchaseMaterialPopup.tsx index c0a7d5ece..cdffa1bed 100644 --- a/src/Corporation/ui/PurchaseMaterialPopup.tsx +++ b/src/Corporation/ui/PurchaseMaterialPopup.tsx @@ -95,7 +95,7 @@ function BulkPurchase(props: IProps): React.ReactElement { style={{ margin: "5px" }} onKeyDown={onKeyDown} /> - + ); }