Skip to content

Commit

Permalink
fix: set commute details default to false (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashpatil78 authored Feb 29, 2024
1 parent 79d1547 commit 57a05b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/fyle/my-profile/my-profile.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
</div>
</ng-container>

<ng-container *ngIf="isMileageEnabled && isCommuteDeductionEnabled">
<!-- TODO - Re-enable again at the time of release -->
<ng-container *ngIf="false && isMileageEnabled && isCommuteDeductionEnabled">
<div class="my-profile__section-header">Commute Details</div>
<div
*ngIf="!isCommuteDetailsPresent"
Expand Down

0 comments on commit 57a05b5

Please sign in to comment.