mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-17 13:07:34 +02:00
fix(eslint): remove unused memo dependency
This commit is contained in:
parent
fb96cb709d
commit
0f90fc786d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export const useFeeConfigValidation = ({ walletFileName }: UseFeeConfigValidatio
|
|||
}
|
||||
|
||||
return isMaxFeesConfigMissing(feeConfigValues)
|
||||
}, [feeConfigValues, forceFeeConfigMissing])
|
||||
}, [feeConfigValues])
|
||||
|
||||
return {
|
||||
feeConfigValues,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue