summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/src/components/service-workers/Worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/application/src/components/service-workers/Worker.js')
-rw-r--r--devtools/client/application/src/components/service-workers/Worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/application/src/components/service-workers/Worker.js b/devtools/client/application/src/components/service-workers/Worker.js
index bc95e084a9..51cb45c1a6 100644
--- a/devtools/client/application/src/components/service-workers/Worker.js
+++ b/devtools/client/application/src/components/service-workers/Worker.js
@@ -118,7 +118,7 @@ class Worker extends PureComponent {
return this.props.worker.stateText;
}
- getClassNameForStatus(baseClass) {
+ getClassNameForStatus() {
const { state } = this.props.worker;
switch (state) {