Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjyot242 committed Mar 2, 2025
1 parent 6b47fad commit 76206c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
</button>
</div>
<div class="ngb-tooltip-class" [ngbTooltip]="accountRequest.registeredAtText && 'Account requests of registered instructors cannot be deleted'" placement="top">
<button
id="delete-account-request-{{i}}"
<button
id="delete-account-request-{{i}}"
type="button"
class="btn btn-link p-0"
(click)="$event.stopPropagation(); deleteAccountRequest(accountRequest)"
Expand All @@ -72,8 +72,8 @@
</button>
</div>
<div>
<button
id="view-account-request-{{i}}"
<button
id="view-account-request-{{i}}"
type="button"
class="btn btn-link p-0"
(click)="$event.stopPropagation(); viewAccountRequest(accountRequest)"
Expand Down

0 comments on commit 76206c6

Please sign in to comment.