Skip to content

Conversation

@kpetrov24exoft
Copy link
Contributor

No description provided.

socials = socials;

userSocialLinks: UserSocialLink[] = [];
socialLinksForm: FormGroup = this.#fb.group({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove: FormGroup type

});

ngOnInit(): void {
if (this.userSocialLinks.length === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (this.userSocialLinks.length === 0) -> if (this.userSocialLinks.length)

@AndriiSiuta AndriiSiuta merged commit f321f8b into main Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants