ソースを参照

add status sections reading current/desired state

Alexander Belanger 4 年 前
コミット
96e0a96e4a

+ 1 - 5
dashboard/src/main/home/onboarding/steps/ProvisionResources/ProvisionResources.tsx

@@ -39,11 +39,7 @@ const ProvisionResources: React.FC<Props> = ({
   enable_go_back,
   goBack,
 }) => {
-  // TODO: remove this
-  // const { step } = useParams<{ step: any }>();
-
-  
-  const step = "status"
+  const { step } = useParams<{ step: any }>();
 
   return (
     <div>