aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/ImportScreen.js
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-14 09:00:12 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-14 09:00:12 +0200
commit318153ec7b93dfb10011f8337a9dd7c658239335 (patch)
tree17d13635d10baf96e5b69a3431bb91d0981e5a3c /src/containers/auth/ImportScreen.js
parent5.6.3-nightly.1 [skip ci] (diff)
downloadferdium-app-318153ec7b93dfb10011f8337a9dd7c658239335.tar.gz
ferdium-app-318153ec7b93dfb10011f8337a9dd7c658239335.tar.zst
ferdium-app-318153ec7b93dfb10011f8337a9dd7c658239335.zip
fix: regression from intl upgrades (#1933)
Diffstat (limited to 'src/containers/auth/ImportScreen.js')
-rw-r--r--src/containers/auth/ImportScreen.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/containers/auth/ImportScreen.js b/src/containers/auth/ImportScreen.js
index ff2854f6e..ce786bdb8 100644
--- a/src/containers/auth/ImportScreen.js
+++ b/src/containers/auth/ImportScreen.js
@@ -35,3 +35,5 @@ ImportScreen.wrappedComponent.propTypes = {
35 router: PropTypes.instanceOf(RouterStore).isRequired, 35 router: PropTypes.instanceOf(RouterStore).isRequired,
36 }).isRequired, 36 }).isRequired,
37}; 37};
38
39export default ImportScreen;