Skip to content

Commit

Permalink
linting fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Nov 13, 2024
1 parent 525e9f5 commit b7b0c76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export class CoursesProgressLeaderComponent implements OnInit, OnDestroy {
selectedPlanetCode: string;
deviceType: DeviceType;
deviceTypes = DeviceType;
isMobile = false;
showFiltersRow = false;
isMobile = false;
showFiltersRow = false;

constructor(
private router: Router,
Expand Down

0 comments on commit b7b0c76

Please sign in to comment.