Add support for client-side server reinstallation

This commit is contained in:
Dane Everitt
2020-04-03 14:43:24 -07:00
parent 86de7372a8
commit 85e3945cd7
7 changed files with 169 additions and 47 deletions

View File

@@ -11,10 +11,6 @@ interface Props {
const Can = ({ action, matchAny = false, renderOnError, children }: Props) => {
const can = usePermissions(action);
if (matchAny) {
console.log('Can.tsx', can);
}
return (
<>
{