diff --git a/console/.gitignore b/console/.gitignore index c36cdf8e2fa79..672e4687ff38d 100644 --- a/console/.gitignore +++ b/console/.gitignore @@ -10,3 +10,5 @@ npm-debug.log *.swp coverage .idea/* +test +**/.tern-port diff --git a/console/src/components/Services/Data/TablePermissions/Permissions.js b/console/src/components/Services/Data/TablePermissions/Permissions.js index e067d7c9f24f6..6eb7a978c4a87 100644 --- a/console/src/components/Services/Data/TablePermissions/Permissions.js +++ b/console/src/components/Services/Data/TablePermissions/Permissions.js @@ -208,21 +208,21 @@ class Permissions extends Component { const bulkSelect = permsState.bulkSelect; const currentInputSelection = bulkSelect.filter(e => e === role) .length ? ( - - ) : ( - - ); + + ) : ( + + ); _permissionsRowHtml.push(