diff --git a/demo/components/popup-demo.tsx b/demo/components/popup-demo.tsx
index 6eeea3c5b..e0a6936f7 100644
--- a/demo/components/popup-demo.tsx
+++ b/demo/components/popup-demo.tsx
@@ -38,12 +38,12 @@ export class PopupDemo extends React.Component<{}, DemoState> {
{value: 'top', labelText: 'top'},
{value: 'center', labelText: 'center'},
{value: 'bottom', labelText: 'bottom'}
- ];
+ ];
const hPos: RadioGroupDataSchemaProps[] = [
{value: 'left', labelText: 'left'},
{value: 'center', labelText: 'center'},
{value: 'right', labelText: 'right'}
- ];
+ ];
return (