Skip to content

Commit

Permalink
Merge pull request #9959 from Expensify/ckt_offline_removeOfflineIndi…
Browse files Browse the repository at this point in the history
…cator

Remove the offline indicator from FormAlertWrapper and FormAlertWithSubmitButton
  • Loading branch information
MariaHCD authored Jul 19, 2022
2 parents 03a2422 + 500e567 commit 8eeb7d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/FormAlertWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import TextLink from './TextLink';
import Text from './Text';
import colors from '../styles/colors';
import compose from '../libs/compose';
import OfflineIndicator from './OfflineIndicator';
import networkPropTypes from './networkPropTypes';
import styles from '../styles/styles';
import withLocalize, {withLocalizePropTypes} from './withLocalize';
Expand Down Expand Up @@ -82,7 +81,6 @@ const FormAlertWrapper = props => (
</View>
)}
{props.children(props.network.isOffline)}
{props.network.isOffline && <OfflineIndicator />}
</View>
);

Expand Down

0 comments on commit 8eeb7d0

Please sign in to comment.