aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-02 14:42:42 +0200
committerChocobozzz <me@florianbigard.com>2021-07-02 14:42:42 +0200
commitc4238d68fb24b53eecb908067687060e23c40090 (patch)
tree1b4948865981e3a413c1d5a6d4c7776f8db8dc91
parentbbb3be686ad960c5b1f34a7771dec09eb1783455 (diff)
downloadPeerTube-c4238d68fb24b53eecb908067687060e23c40090.tar.gz
PeerTube-c4238d68fb24b53eecb908067687060e23c40090.tar.zst
PeerTube-c4238d68fb24b53eecb908067687060e23c40090.zip
Remove unused variable
-rw-r--r--client/src/app/+search/search.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+search/search.component.ts b/client/src/app/+search/search.component.ts
index fdf9b7cc0..235bbfa4c 100644
--- a/client/src/app/+search/search.component.ts
+++ b/client/src/app/+search/search.component.ts
@@ -43,7 +43,6 @@ export class SearchComponent implements OnInit, OnDestroy {
43 43
44 private subActivatedRoute: Subscription 44 private subActivatedRoute: Subscription
45 private isInitialLoad = false // set to false to show the search filters on first arrival 45 private isInitialLoad = false // set to false to show the search filters on first arrival
46 private firstSearch = true
47 46
48 private channelsPerPage = 2 47 private channelsPerPage = 2
49 private playlistsPerPage = 2 48 private playlistsPerPage = 2