We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc0568 commit c4a0040Copy full SHA for c4a0040
src/app/features/home/capture-tab/capture-item/capture-item.component.ts
@@ -71,9 +71,7 @@ export class CaptureItemComponent {
71
)
72
);
73
74
- readonly hasCaption$ = this.proof$.pipe(
75
- map(proof => proof.caption.trim() !== '')
76
- );
+ readonly hasCaption$ = this.proof$.pipe(map(proof => proof.caption !== ''));
77
78
readonly isVideo$ = this.proof$.pipe(
79
concatMap(proof => proof.getFirstAssetMeta()),
0 commit comments