Skip to content

Commit

Permalink
copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed May 27, 2022
1 parent ca0d060 commit f1b80b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FullPageOfflineBlockingView.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const FullPageOfflineBlockingView = (props) => {
};

FullPageOfflineBlockingView.propTypes = propTypes;
FormAlertWithSubmitButton.displayName = 'FullPageOfflineBlockingView';
FullPageOfflineBlockingView.displayName = 'FullPageOfflineBlockingView';

export default compose(
withLocalize,
Expand Down

0 comments on commit f1b80b9

Please sign in to comment.