Skip to content

Commit

Permalink
removed unused lodashGet import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed May 23, 2023
1 parent bcef9c0 commit 089c1f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/settings/Payments/TransferBalancePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';
import {View, ScrollView} from 'react-native';
import PropTypes from 'prop-types';
import {withOnyx} from 'react-native-onyx';
import lodashGet from 'lodash/get';
import ONYXKEYS from '../../../ONYXKEYS';
import HeaderWithCloseButton from '../../../components/HeaderWithCloseButton';
import ScreenWrapper from '../../../components/ScreenWrapper';
Expand Down

0 comments on commit 089c1f5

Please sign in to comment.