-
Notifications
You must be signed in to change notification settings - Fork 1
[ISDK-84] Update ranking service #48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # src/pages/settings/settings.page.ts # src/services/character.service.ts # src/shared/request/request.service.ts
<button ion-item (click)="goToTutorial()"> | ||
<ion-icon name="medkit" item-left></ion-icon> {{ 'SETTINGS.TUTORIAL' | translate }} | ||
</button> | ||
<button ion-item (click)="goToTermConditions()"> | ||
<ion-icon name="clipboard" item-left></ion-icon> {{ 'SETTINGS.TERMS' | translate }} | ||
</button> | ||
<!-- <button ion-item (click)="goLeaderBoardSettings()"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @imkven, do we need to remove this commented code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment has removed, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Kven, I just found that those code seems to be removed already in actual codebase. Thats great, thx bro.
https://intersective.atlassian.net/browse/ISDK-84