Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit f9f5262

Browse files
committed
Removed import and spacing
1 parent fb6c6f9 commit f9f5262

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/react/Helpers/GetShareDetailBudget.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { formatMoney } from "./Utils";
2-
31
export default shareInviteBankResponses => {
42
// get first connect (should only be one)
53
const shareInviteResponseFirst = shareInviteBankResponses.pop();
@@ -22,6 +20,5 @@ export default shareInviteBankResponses => {
2220
return budgetInfo.amount_available.value;
2321
}
2422
}
25-
2623
return 0;
2724
};

0 commit comments

Comments
 (0)