Skip to content

Commit fe99d28

Browse files
committed
cleaning
1 parent 87a3825 commit fe99d28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/mastodon-share-button/mastodon-share-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export class MastodonShareButton {
2626
@State() value: string;
2727
@Element() private element: HTMLElement;
2828

29-
3029
componentDidLoad() {
3130
this.instances = this.instances.length == 0 ? '["https://mastodon.social"]' : this.instances;
3231
const modal = this.element.shadowRoot.getElementById("modal")

0 commit comments

Comments
 (0)