Coding style

This commit is contained in:
Adrien Maston
2026-02-23 16:11:52 +01:00
parent 0b229c701b
commit a4f1a6b106
@@ -8,7 +8,7 @@ export default class extends BridgeComponent {
this.send("shareUrl", {
title: document.title,
url: window.location.href,
description
description: description
})
}
}