From aa4451b12d5344cbd47cfe5a895ef15eeeba146b Mon Sep 17 00:00:00 2001 From: Nolshine Date: Tue, 21 Sep 2021 12:22:04 +0100 Subject: [PATCH] fix 'confirm bulk purchase' button missing onclick --- src/Corporation/ui/PurchaseMaterialPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} /> - + ); }