mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Make locks non-mandatory
This commit is contained in:
parent
bfb7fe19c5
commit
fb8abc21a8
|
@ -45,7 +45,7 @@ interface CombinedPairList {
|
|||
export default class PairSummary extends Vue {
|
||||
@Prop({ required: true }) pairlist!: string[];
|
||||
|
||||
@Prop({ required: true }) currentLocks!: Lock[];
|
||||
@Prop({ required: false, default: () => [] }) currentLocks!: Lock[];
|
||||
|
||||
@Prop({ required: true }) openTrades!: Trade[];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user