diff --git a/accessibility-checker-extension/src/ts/devtools/DevToolsPanelApp.tsx b/accessibility-checker-extension/src/ts/devtools/DevToolsPanelApp.tsx index 588ea5d85..acd66be0b 100644 --- a/accessibility-checker-extension/src/ts/devtools/DevToolsPanelApp.tsx +++ b/accessibility-checker-extension/src/ts/devtools/DevToolsPanelApp.tsx @@ -650,7 +650,7 @@ export default class DevToolsPanelApp extends React.Component -
+
{this.state.numScanning > 0 ? : <>} {this.state.report && noScan = true; } - let isLatestArchive = this.isLatestArchive(this.props.selectedArchive, this.props.archives); + // let isLatestArchive = this.isLatestArchive(this.props.selectedArchive, this.props.archives); if (!counts) { counts = { @@ -157,45 +157,25 @@ export default class Header extends React.Component {/* Content for Checker Tab */} {this.props.layout === "sub" ?
-
+
- {isLatestArchive ? "" : ( - -

- You are using a rule set from {OptionUtil.getRuleSetDate(this.props.selectedArchive, this.props.archives)}. The latest rule set is {OptionUtil.getRuleSetDate('latest', this.props.archives)} -

- -
- )} -
-
- -
- -
-
- + {/* {isLatestArchive ? "" : ( */} + +

+ You are using a rule set from {OptionUtil.getRuleSetDate(this.props.selectedArchive, this.props.archives)}. The latest rule set is {OptionUtil.getRuleSetDate('latest', this.props.archives)} +

+ +
+ {/* )} */} + -
+
+
-
+
// Content for the Assessment Tab :
-
+
- {isLatestArchive ? "" : ( + {/* {isLatestArchive ? "" : ( */}

You are using a rule set from {OptionUtil.getRuleSetDate(this.props.selectedArchive, this.props.archives)}. The latest rule set is {OptionUtil.getRuleSetDate('latest', this.props.archives)} @@ -268,26 +249,12 @@ export default class Header extends React.Component

- )} + {/* )} */}
-
+
-