Commit cdf2bfb1 authored by filip mertens's avatar filip mertens

cleanup

parent 31001d1c
...@@ -122,11 +122,6 @@ function PermisssionsSettings ({ pluginSettings }: PermissionSettingsProps) { ...@@ -122,11 +122,6 @@ function PermisssionsSettings ({ pluginSettings }: PermissionSettingsProps) {
</> </>
)) ))
} }
{
permissions && Object.keys(permissions).length > 0 ? Object.keys(permissions).map(targetPlugin => {
}) : null
}
</div> </div>
</form> </form>
</ModalDialog> </ModalDialog>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment