fix(webapp): transaction number duplicated variable name

This commit is contained in:
Ahmed Bouhuolia
2023-06-28 12:21:22 +02:00
parent 6373862044
commit 3d4fd0b904
3 changed files with 10 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ function MoneyInDialogProvider({
dialogName,
...props
}) {
// Holds the selected account id.
// Holds the selected account id of the dialog.
const [accountId, setAccountId] = useState<number | null>(defaultAccountId);
// Detarmines whether the feature is enabled.