Skip to content

Commit a31c3a0

Browse files
committed
fix non-keyed/deleight version info
1 parent f394bca commit a31c3a0

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

frameworks/non-keyed/deleight/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"description": "Deleight demo",
55
"main": "src/Main.js",
66
"js-framework-benchmark": {
7-
"frameworkVersionFromPackage": "@mksunny1/deleight",
7+
"frameworkVersionFromPackage": "deleight",
88
"frameworkHomeURL": "https://github.com/mksunny1/deleight",
9-
"frameworkVersion": "5.5.10",
109
"issues": [
1110
772
1211
]

webdriver-ts-results/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const KnownIssuesList = () => {
3131
const App = () => {
3232
// eslint-disable-next-line no-constant-condition
3333
const version = "Chrome 132.0.6834.83"
34-
const disclaimer = true ? (
34+
const disclaimer = false ? (
3535
<div>
3636
<h2>js-framework-benchmark results for {version}</h2>
3737
<p>

0 commit comments

Comments
 (0)