Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Dec 8, 2023
1 parent 616dac3 commit c90377e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ import * as Report from './Report';
let betas;
Onyx.connect({
key: ONYXKEYS.BETAS,
callback: (val) => {
betas = val || [];
},
callback: (val) => (betas = val || []),
});

let allPersonalDetails;
Expand Down

0 comments on commit c90377e

Please sign in to comment.