refactor: remove unused imports and improve variable naming for clarity in statistics and transactions components
This commit is contained in:
@@ -121,6 +121,7 @@ export function OFXImportDialog({
|
||||
type: parsed.accountType as Account["type"],
|
||||
folderId: "folder-root",
|
||||
balance: parsed.balance,
|
||||
initialBalance: parsed.balance,
|
||||
currency: parsed.currency,
|
||||
lastImport: new Date().toISOString(),
|
||||
externalUrl: null,
|
||||
@@ -297,6 +298,7 @@ export function OFXImportDialog({
|
||||
type: parsedData.accountType as Account["type"],
|
||||
folderId: selectedFolder,
|
||||
balance: parsedData.balance,
|
||||
initialBalance: parsedData.balance,
|
||||
currency: parsedData.currency,
|
||||
lastImport: new Date().toISOString(),
|
||||
externalUrl: null,
|
||||
|
||||
Reference in New Issue
Block a user