Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
NavigationDrawer.DrawerTypes.TEMPORARY_MINI : NavigationDrawer.DrawerTypes.TEMPORARY;
const toolbarActions = [(
<button href="/">add_box
</button>),
, (
{
this.state.account ? (
this.state.account.displayName.charAt(0).toUpperCase()}
disabled
/>
) : (
perm_identity} />}
disabled
/>
)
}
const drawerType = navigationItems.length > 0 ?
NavigationDrawer.DrawerTypes.TEMPORARY_MINI : NavigationDrawer.DrawerTypes.TEMPORARY;
const toolbarActions = [(
<button href="/">add_box
</button>), (
{
this.state.account ? (
this.state.account.displayName.charAt(0).toUpperCase()}
disabled
/>
) : (
perm_identity} />}
disabled
/>
)
}
NavigationDrawer.DrawerTypes.TEMPORARY_MINI : NavigationDrawer.DrawerTypes.TEMPORARY;
const toolbarActions = [(
<button href="/">add_box
</button>),
, (
{
this.state.account ? (
this.state.account.displayName.charAt(0).toUpperCase()}
disabled
/>
) : (
perm_identity} />}
disabled
/>
)
}
render() {
const { copied, ...state } = this.state;
return (
<menu>}
position={Menu.Positions.CONTEXT}
>
</menu>
);
}
}
);
return (
<menu id="document-container">
content_cut} primaryText="Cut" />
content_copy} primaryText="Copy" />
content_paste} primaryText="Paste" />
</menu>
);
}
}