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]

- )} + ]}
); }