Add per-account historical bank imports without resetting sync cursors
This commit is contained in:
+1
-2
@@ -162,7 +162,7 @@ function App() {
|
||||
</span>
|
||||
<span>
|
||||
finance<span className="brand-light">duck</span>
|
||||
<small>YOUR MONEY, CLEARLY</small>
|
||||
<small>YOUR MONEY</small>
|
||||
</span>
|
||||
</a>
|
||||
<span className="nav-label">WORKSPACE</span>
|
||||
@@ -355,7 +355,6 @@ function App() {
|
||||
)}
|
||||
{page === "accounts" && (
|
||||
<Accounts
|
||||
key={state.revision}
|
||||
state={state}
|
||||
mutate={mutate}
|
||||
acceptState={acceptState}
|
||||
|
||||
Reference in New Issue
Block a user