Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit e5ea300

Browse files
authored
Merge pull request #1443 from lohba/creator-twitter
creator twitter added
2 parents 23427b1 + 8b18bc9 commit e5ea300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/rmrk/Profile/ProfileLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const components = {
4949
@Component({ components })
5050
export default class ProfileLink extends mixins(InlineMixin) {
5151
@Prop() public address!: string;
52-
@Prop() public showTwitter!: boolean;
52+
@Prop(Boolean) public showTwitter!: boolean;
5353
}
5454
</script>
5555

0 commit comments

Comments
 (0)