Skip to content

Commit 934367b

Browse files
vNovskiFrancescoMolinaro
authored andcommitted
[UXP-111] refactor: code
1 parent 395ec42 commit 934367b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/app/shared/carousel/carousel.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ export class CarouselComponent implements OnInit {
5858
*/
5959
description: string;
6060

61-
/**
62-
* Current url
63-
*/
64-
currentURL: string;
65-
6661
/**
6762
* Auto slider paused
6863
*/
@@ -99,7 +94,6 @@ export class CarouselComponent implements OnInit {
9994
this.link = this.carouselOptions.link;
10095
this.description = this.carouselOptions.description;
10196
this.bundle = this.carouselOptions.bundle ?? 'ORIGINAL';
102-
this.currentURL = this._window.nativeWindow.location.origin;
10397

10498
this.findAllBitstreamImages().subscribe((res) => {
10599
this.itemToImageHrefMap$.next(res);

0 commit comments

Comments
 (0)