Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoneybee committed Aug 19, 2020
1 parent 8fe0f10 commit 16fc0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialog.tsx
Expand Up @@ -272,7 +272,7 @@ export default class Dialog extends React.Component<IDialogChildProps, any> {
</div>
{footer}
</div>
)
);
const dialogElement = (
<LazyRenderBox
key="dialog-element"
Expand Down

0 comments on commit 16fc0cc

Please sign in to comment.