>
export default value
diff --git a/packages/neuron-ui/src/widgets/AlertDialog/index.tsx b/packages/neuron-ui/src/widgets/AlertDialog/index.tsx
index 9aa055765b..3edcd6ce0d 100644
--- a/packages/neuron-ui/src/widgets/AlertDialog/index.tsx
+++ b/packages/neuron-ui/src/widgets/AlertDialog/index.tsx
@@ -57,9 +57,16 @@ const AlertDialog = ({
{actions.map(v =>
v === 'cancel' ? (
-
+
) : (