summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/tribute.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/tribute.js')
-rw-r--r--web_src/js/features/tribute.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/features/tribute.js b/web_src/js/features/tribute.js
index dcee7aa4a3..94f3512a2e 100644
--- a/web_src/js/features/tribute.js
+++ b/web_src/js/features/tribute.js
@@ -49,7 +49,7 @@ function makeCollections({mentions, emoji}) {
return collections;
}
-export default async function attachTribute(elementOrNodeList, {mentions, emoji} = {}) {
+export async function attachTribute(elementOrNodeList, {mentions, emoji} = {}) {
if (!window.config.requireTribute || !elementOrNodeList) return;
const nodes = Array.from('length' in elementOrNodeList ? elementOrNodeList : [elementOrNodeList]);
if (!nodes.length) return;