mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
push not necessary
This commit is contained in:
committed by
Aiden McClelland
parent
e09d2e7e28
commit
492196e51b
@@ -53,7 +53,6 @@ export class MarketplaceListPage {
|
||||
this.getPkgs(),
|
||||
])
|
||||
this.data = data
|
||||
this.data.categories.push(this.category)
|
||||
this.data.categories.unshift('updates')
|
||||
if (data.categories.includes(this.category)) {
|
||||
data.categories = data.categories.filter(cat => this.category !== cat)
|
||||
|
||||
Reference in New Issue
Block a user