You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webdriver-ts-results/src/App.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import { SelectionBar } from './selection/SelectionBar';
6
6
7
7
constApp=(): JSX.Element=>{
8
8
// eslint-disable-next-line no-constant-condition
9
-
constdisclaimer=(true) ? (<div>
9
+
constdisclaimer=(false) ? (<div>
10
10
<h2>Results for js web frameworks benchmark - official run</h2>
11
11
<p>A description of the benchmark and the source code and can be found in the github <ahref="https://github.com/krausest/js-framework-benchmark">repository</a>.</p>
0 commit comments