Skip to content

Commit

Permalink
fix: hostd pinned threshold advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed May 3, 2024
1 parent 137b003 commit 5760861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/khaki-peas-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hostd': minor
---

Moved the pinned currency change threshold to advanced mode settings.
2 changes: 1 addition & 1 deletion apps/hostd/contexts/config/fields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function getFields({
changing prices too often.
</>
),
hidden: !pinningEnabled,
hidden: !pinningEnabled || !showAdvanced,
validation: pinningEnabled
? {
required: 'required',
Expand Down

0 comments on commit 5760861

Please sign in to comment.