Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix(ui): Excessive delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 17, 2021
1 parent c0ca7ec commit 57e48f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/userscript/source/ui/BonfireSettingsUi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ export class BonfireSettingsUi extends SettingsSectionUi<BonfireSettings> {
this._getLimitedOption(
"magneto",
this._options.items.magneto,
this._host.i18n("$buildings.magneto.label"),
true
this._host.i18n("$buildings.magneto.label")
),
this._getLimitedOption(
"smelter",
Expand Down

0 comments on commit 57e48f2

Please sign in to comment.