Skip to content

Commit e13a99e

Browse files
committed
fix(capture-tab): remove duplicate network status
1 parent 1450137 commit e13a99e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/features/home/capture-tab/capture-tab.component.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
</ion-segment-button>
2323
</ion-segment>
2424

25-
<p *ngIf="(networkConnected$ | ngrxPush) === false" class="network-status">
26-
{{ 'message.networkNotConnected' | transloco }}
27-
</p>
28-
2925
<div *ngSwitchCase="'captured'">
3026
<div class="capture-container" *transloco="let t">
3127
<mat-grid-list cols="2" gutterSize="16px">

0 commit comments

Comments
 (0)