Skip to content

Commit

Permalink
feat update
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Apr 10, 2024
1 parent aa34a6d commit 4397114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/AppDebug.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 25;
CURRENT_PROJECT_VERSION = 26;
DEVELOPMENT_TEAM = U7DQUX87VS;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = myclub;
Expand All @@ -416,7 +416,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/AppRelease.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 25;
CURRENT_PROJECT_VERSION = 26;
DEVELOPMENT_TEAM = U7DQUX87VS;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = myclub;
Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/club-member-list/club-member-list.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@

<ng-container *ngFor="let member of club['clubMembers']">
<ion-item-sliding *ngIf="member.groupBy == groupBy">
<ion-item-options side="end">
<!--<ion-item-options side="end">
<ion-item-option color="danger" (click)="deleteClubMember(member)">
<ion-icon name="trash"></ion-icon>
</ion-item-option>
</ion-item-options>
</ion-item-options>-->

<ion-item detail="true">
<ion-icon
Expand Down

0 comments on commit 4397114

Please sign in to comment.