Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Sep 2, 2024
1 parent bfd62ee commit e1a332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sign-in/pages/sign-in/sign-in.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<mat-card
class="orcid-wizard sign-in-wrapper"
[ngClass]="{
mobile: platform.columns4
mobile: platform?.columns4
}"
>
<mat-progress-bar
Expand Down

0 comments on commit e1a332b

Please sign in to comment.