summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/components/CustomElements/paragraph.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/newtab/components/CustomElements/paragraph.js')
-rw-r--r--browser/components/newtab/components/CustomElements/paragraph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/newtab/components/CustomElements/paragraph.js b/browser/components/newtab/components/CustomElements/paragraph.js
index dce8a229a4..f9818dbde9 100644
--- a/browser/components/newtab/components/CustomElements/paragraph.js
+++ b/browser/components/newtab/components/CustomElements/paragraph.js
@@ -49,7 +49,7 @@
return ["fluent-remote-id"];
}
- attributeChangedCallback(name, oldValue, newValue) {
+ attributeChangedCallback() {
this.render();
}