Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
398
Merge Requests
65
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
03646b9f
Commit
03646b9f
authored
2 hours ago
by
Mark Harding
Browse files
Options
Download
(chore): hashtags should default as trending, not suggested
parent
9283a783
master
No related merge requests found
Pipeline
#117580748
waiting for manual action with stages
in 96 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/hashtags/sidebar-selector/sidebar-selector.component.ts
View file @
03646b9f
...
...
@@ -38,7 +38,7 @@ export class SidebarSelectorComponent implements OnInit {
showAll
:
boolean
=
true
;
loading
:
boolean
;
showExtendedList
:
boolean
=
false
;
showTrending
:
boolean
=
fals
e
;
showTrending
:
boolean
=
tru
e
;
constructor
(
protected
topbarHashtagsService
:
TopbarHashtagsService
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment