Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 198de5c

Browse files
authored
add react_perf (#800)
1 parent e1f5c40 commit 198de5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devtools-launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-launchpad",
3-
"version": "0.0.108",
3+
"version": "0.0.109",
44
"license": "MPL-2.0",
55
"description": "The Launchpad makes it easy to build a developer tool for Firefox, Chrome, and Node.",
66
"repository": {

packages/devtools-launchpad/src/components/Tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const classnames = require("classnames");
1212

1313
function getTabURL(tab, paramName) {
1414
const tabID = tab.get("id");
15-
return `/?${paramName}=${tabID}`;
15+
return `/?react_perf&${paramName}=${tabID}`;
1616
}
1717

1818
class Tabs extends Component {

0 commit comments

Comments
 (0)