Skip to content

Commit 067ee99

Browse files
authored
Merge pull request #2203 from numbersprotocol/fix-duplicate-network-status
fix(capture-tab): remove duplicate network status
2 parents 4818c93 + e13a99e commit 067ee99

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)