From: Chocobozzz Date: Fri, 2 Jul 2021 12:42:42 +0000 (+0200) Subject: Remove unused variable X-Git-Tag: v3.3.0-rc.1~6 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c4238d68fb24b53eecb908067687060e23c40090;p=github%2FChocobozzz%2FPeerTube.git Remove unused variable --- 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 { private subActivatedRoute: Subscription private isInitialLoad = false // set to false to show the search filters on first arrival - private firstSearch = true private channelsPerPage = 2 private playlistsPerPage = 2