Skip to content

Commit

Permalink
bump and build (wanna test white screen of death on built version)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Nov 24, 2024
1 parent 1766e11 commit 1d4f400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsg-mod-assistant",
"version": "5.9.81",
"version": "5.9.82",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down
2 changes: 0 additions & 2 deletions renderer/renderJS/util/storeItemBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,6 @@ class client_BuilderPlace {
doSideBar() {
this.#html_arr.sidebar = []

console.log(this.#item.animals)
console.log(`fill-${this.#item.animals.husbandryType?.toLowerCase?.()}`)
this.#add_sidebar(this.#util.markup_data_ifTrue('price', this.#util.num_default(this.#item.sorting.price)))
this.#add_sidebar(this.#util.markup_data_ifTrue('income', this.#util.num_default(this.#item.sorting.incomePerHour)))
this.#add_sidebar(this.#util.markup_data_ifTrue('objects', this.#util.num_default(this.#item.storage.objects)))
Expand Down

0 comments on commit 1d4f400

Please sign in to comment.