Skip to content

Commit

Permalink
arrow function update
Browse files Browse the repository at this point in the history
  • Loading branch information
keisyrzk committed Oct 19, 2023
1 parent c3b85d7 commit ffe65cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function ReimbursementAccountPage({
* Retrieve verified business bank account currently being set up.
* @param {boolean} ignoreLocalCurrentStep Pass true if you want the last "updated" view (from db), not the last "viewed" view (from onyx).
*/
const fetchData = (ignoreLocalCurrentStep) => {
function fetchData(ignoreLocalCurrentStep) {
// Show loader right away, as optimisticData might be set only later in case multiple calls are in the queue
BankAccounts.setReimbursementAccountLoading(true);

Expand Down

0 comments on commit ffe65cc

Please sign in to comment.