mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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.getPkgs(),
|
||||||
])
|
])
|
||||||
this.data = data
|
this.data = data
|
||||||
this.data.categories.push(this.category)
|
|
||||||
this.data.categories.unshift('updates')
|
this.data.categories.unshift('updates')
|
||||||
if (data.categories.includes(this.category)) {
|
if (data.categories.includes(this.category)) {
|
||||||
data.categories = data.categories.filter(cat => this.category !== cat)
|
data.categories = data.categories.filter(cat => this.category !== cat)
|
||||||
|
|||||||
Reference in New Issue
Block a user