mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
eos at top
This commit is contained in:
committed by
Aiden McClelland
parent
dd223b0dbc
commit
0675bb2e09
@@ -52,6 +52,7 @@ export class MarketplaceListPage {
|
||||
this.marketplaceApiService.getEos({ }),
|
||||
this.getPkgs(),
|
||||
])
|
||||
this.eos = eos
|
||||
this.data = data
|
||||
this.data.categories.unshift('updates')
|
||||
if (data.categories.includes(this.category)) {
|
||||
@@ -59,7 +60,6 @@ export class MarketplaceListPage {
|
||||
}
|
||||
data.categories.unshift(this.category)
|
||||
data.categories.push('all')
|
||||
this.eos = eos
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
this.errToast.present(e.message)
|
||||
|
||||
Reference in New Issue
Block a user