From bb4b9f544178e3759348bf8ef0d08071374c26df Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Fri, 25 Nov 2022 17:12:00 -0500 Subject: [PATCH] refactor(striker-ui): apply mt in Spinner occurrences --- striker-ui/components/GateForm.tsx | 2 +- striker-ui/components/PrepareHostForm.tsx | 2 +- striker-ui/components/ProvisionServerDialog.tsx | 2 +- striker-ui/components/StrikerConfig/SimpleOperationsPanel.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/striker-ui/components/GateForm.tsx b/striker-ui/components/GateForm.tsx index 55bd6154..b72de4cf 100644 --- a/striker-ui/components/GateForm.tsx +++ b/striker-ui/components/GateForm.tsx @@ -183,7 +183,7 @@ const GateForm = forwardRef( const submitElement = useMemo( () => isSubmitting ? ( - + ) : ( { const submitSection = useMemo( () => isSubmittingPrepareHost ? ( - + ) : ( )} {isProvisionRequestInProgress ? ( - + ) : ( = ({ title ? ( {title} ) : ( - + ), [title], );