We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4db2dd commit 1ba6495Copy full SHA for 1ba6495
frameworks/keyed/hellajs/package.json
@@ -5,7 +5,8 @@
5
"author": "omilli",
6
"js-framework-benchmark": {
7
"frameworkVersionFromPackage": "@hellajs/core",
8
- "frameworkHomeURL": "https://hellajs.com"
+ "frameworkHomeURL": "https://hellajs.com",
9
+ "issues": [1139]
10
},
11
"scripts": {
12
"build-prod": "rollup -c rollup.config.mjs"
frameworks/keyed/hellajs/src/main.tsx
@@ -113,6 +113,7 @@ function Bench() {
113
<span class="glyphicon glyphicon-remove" ariaHidden="true"></span>
114
</a>
115
</td>
116
+ <td class="col-md-6"></td>
117
</tr>
118
))}
119
</tbody>
0 commit comments