Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Revert "feat: enable manual attendance again"
Browse files Browse the repository at this point in the history
This reverts commit a6afdce.
  • Loading branch information
Yudi committed Oct 1, 2024
1 parent 89cf4b1 commit 72df3a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/profile/wallet/wallet.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ion-avatar>
<ion-card-title>
<h2 class="margin-horizontal-auto">{{ (userFirestore$ | async)?.fullName || user.displayName }}</h2>
<p class="margin-horizontal-auto no-margin-bottom font-20">{{ user.email }}</p>
<!-- <p class="margin-horizontal-auto no-margin-bottom font-20">{{ user.email }}</p> -->
@if (user.email.includes('@unesp.br')) { @if ((userFirestore$ | async)?.academicID; as academicID) { @if
(academicID) {
<p class="ion-text-wrap no-margin-bottom">Graduação em {{ courses.getCourse(academicID) }}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h5 class="no-margin-top">
<!-- TODO: FIX THIS NUMBER -->
<!-- <b>Total de presentes:</b> {{ attendancePeople.length | number: '2.0-0'}} -->
</p>
<ion-item>
<!-- <ion-item>
<ion-textarea
label="Inserção manual de presença"
labelPlacement="stacked"
Expand All @@ -75,7 +75,7 @@ <h5 class="no-margin-top">
<ion-button fill="clear" slot="end" (click)="manualAttendance()">
<ion-icon slot="icon-only" name="send-outline"></ion-icon>
</ion-button>
</ion-item>
</ion-item> -->

}
<ion-list>
Expand Down

0 comments on commit 72df3a0

Please sign in to comment.