Fix Build machine warning.

This commit is contained in:
Robin Davies
2023-06-07 05:15:17 -04:00
parent a3dca9fa5c
commit 529f380068
+1 -1
View File
@@ -750,7 +750,7 @@ export const LoadPluginDialog =
flex: "1 1 100px", flex: "1 1 100px",
}} > }} >
<AutoSizer> <AutoSizer>
{(arg) => { {(arg: any) => {
if ((!arg.width) || (!arg.height)) { if ((!arg.width) || (!arg.height)) {
return (<div></div>); return (<div></div>);
} }