mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
push not necessary
This commit is contained in:
committed by
Aiden McClelland
parent
31c4162523
commit
dd223b0dbc
@@ -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