mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
snek height fix (#1284)
* snek height fix * close button to od welcome plus snek reposition * remove console logs Co-authored-by: Drew Ansbacher <drew@start9labs.com> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -37,7 +37,6 @@ export class MarketplaceService {
|
||||
init(): Subscription {
|
||||
return this.patch.watch$('ui', 'marketplace').subscribe(marketplace => {
|
||||
if (!marketplace || !marketplace['selected-id']) {
|
||||
console.log('**MARKETPLACE', this.config)
|
||||
this.marketplace = this.config.marketplace
|
||||
} else {
|
||||
this.marketplace =
|
||||
|
||||
Reference in New Issue
Block a user