Skip to content

Commit

Permalink
Returning back commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
MMwandigha committed Sep 15, 2024
1 parent d486e5e commit 96124ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class ChooseCollectionComponent {
this.createCollectionForm.value.visible_to === 'everyone'
? null
: (this.createCollectionForm.value.visible_to as any).options;
// collectionData.featured = collectionData.visible_to.value === 'only_me';
collectionData.featured = collectionData.visible_to.value === 'only_me';
delete collectionData.visible_to;

this.userData$.subscribe((userData) => {
Expand Down

0 comments on commit 96124ee

Please sign in to comment.