diff --git a/src/features/deployment/warp/TokenTypeSelectField.tsx b/src/features/deployment/warp/TokenTypeSelectField.tsx index 166a2b5..244ab96 100644 --- a/src/features/deployment/warp/TokenTypeSelectField.tsx +++ b/src/features/deployment/warp/TokenTypeSelectField.tsx @@ -107,8 +107,8 @@ function TokenTypeOption({ type, onClick }: { type: TokenType; onClick: (t: Toke onClick={() => onClick(type)} className="flex w-full flex-col items-start gap-px rounded px-3 py-2 text-left hover:bg-gray-100 hover:opacity-100" > -
{TokenTypeDescriptions[type].description}
+{TokenTypeDescriptions[type].description}
); } diff --git a/src/features/deployment/warp/WarpDeploymentForm.tsx b/src/features/deployment/warp/WarpDeploymentForm.tsx index bc47e1d..8082d24 100644 --- a/src/features/deployment/warp/WarpDeploymentForm.tsx +++ b/src/features/deployment/warp/WarpDeploymentForm.tsx @@ -78,7 +78,7 @@ function ConfigListSection() { const { values } = useFormikContext