diff --git a/package.json b/package.json index d1e09d727db..ff12afb57a1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@testing-library/user-event": "^13.5.0", "@theforeman/builder": ">= 6.0.0", "@theforeman/find-foreman": "^4.8.0", - "@theforeman/eslint-plugin-rules": "^12.0.1", + "@theforeman/eslint-plugin-rules": "^12.2.0", "axios-mock-adapter": "^1.10.0", "eslint": "^6.2.2", "eslint-config-airbnb": "^16.0.0", diff --git a/webpack/components/Content/Details/ContentDetails.js b/webpack/components/Content/Details/ContentDetails.js index 88c78c9b4a1..90f3a613d21 100644 --- a/webpack/components/Content/Details/ContentDetails.js +++ b/webpack/components/Content/Details/ContentDetails.js @@ -10,7 +10,7 @@ const ContentDetails = (props) => { const tabHeaders = () => { const tabs = schema.map(node => ( - +
{node.tabHeader}
)); @@ -40,12 +40,12 @@ const ContentDetails = (props) => { -