From 89154fb408e6f9d8ddf9863b6815e7ed80ccca4a Mon Sep 17 00:00:00 2001 From: hhh <1340545944@qq.com> Date: Fri, 1 Feb 2019 08:42:49 +0800 Subject: [PATCH] improve test --- test/src/Dialog.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/src/Dialog.tsx b/test/src/Dialog.tsx index 9607fcd..7f155bc 100644 --- a/test/src/Dialog.tsx +++ b/test/src/Dialog.tsx @@ -24,11 +24,12 @@ const Dialog = HUI.define<{}, HUI.Store, HUI.E return ( - {store.get('on') && ( + {store.get('on') && [ +

(Dialog window is shown.)

,

[Dialog window]

- )} + ]}
); }