Skip to content

Commit

Permalink
feat: add languages list on profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolagobat committed Dec 10, 2023
1 parent 98daff9 commit 2b21d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/app/pages/profile/profile-get/profile.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<ion-card-header>
<ion-card-title> {{ 'PROFILE.SETTINGS' | translate }} </ion-card-title>
</ion-card-header>
<!-- <ion-list>-->
<!-- <app-language-settings></app-language-settings>-->
<!-- </ion-list>-->
<ion-list>
<app-language-settings></app-language-settings>
</ion-list>
</ion-card>
<ion-note color="danger" *ngIf="hasError"> {{errorMessage}} </ion-note>
<ion-fab *ngIf="!isEditing" vertical="bottom" horizontal="end" slot="fixed">
Expand Down

0 comments on commit 2b21d7c

Please sign in to comment.