Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed Aug 31, 2024
1 parent e5e7481 commit 1294a97
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 158 deletions.
2 changes: 1 addition & 1 deletion web-wallet/src/routes/(app)/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
items={walletStore.getTransactionsHistory()}
{language}
limit={dashboardTransactionLimit}
isSyncing{syncStatus.isInProgress}
isSyncing={syncStatus.isInProgress}
syncError={syncStatus.error}
/>

Expand Down
Loading

0 comments on commit 1294a97

Please sign in to comment.