Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous committed Mar 18, 2024
1 parent ffb0380 commit a084ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moneynote-pc",
"version": "1.0.70",
"version": "1.0.71",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BalanceFlow/DataTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default () => {
}, { manual: true });

const { data : payees = [], loading : payeesLoading, run : loadPayees} = useRequest(() => {
if (type === 'ADJUST') {
if (type === 'TRANSFER' || type === 'ADJUST') {
return Promise.resolve([]);
}
return queryAll('payees', {
Expand Down

0 comments on commit a084ae3

Please sign in to comment.