Skip to content

Commit

Permalink
Fix Pipes (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle authored Jan 31, 2024
1 parent 0f312d1 commit 3e39999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h5 class="!tw-text-faded-text-color tw-text-14-px tw-pt-10-px !tw-font-400 !tw-
<div *ngFor="let error of errors?.ACCOUNTING_ERROR" class="tw-pl-24-px tw-pr-24-px tw-pt-16-px">
<div class="container">
<div class="inside-container">
<h4 class="tw-text-14-px !tw-font-500 tw-text-slightly-normal-text-color tw-w-600-px">{{ error.error_title }}</h4>
<h4 class="tw-text-14-px !tw-font-500 tw-text-slightly-normal-text-color tw-w-600-px">{{ error.error_title | snakeCaseToSpaceCase | titlecase }}</h4>
<div class="flex-wrapper">
<h5 class="!tw-text-faded-text-color tw-text-12-px tw-pt-10-px !tw-font-400 !tw-leading-4 tw-w-600-px"><p>{{ error.error_detail }}</p>
</h5>
Expand Down

0 comments on commit 3e39999

Please sign in to comment.