aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/CaptionScreen.tsx
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2021-02-25 17:53:07 -0800
committerGitHub <noreply@github.com>2021-02-25 17:53:07 -0800
commit962f257d21b09b38937df89091e856550271f9b4 (patch)
tree53cab0cd8a7fb8366bc9933de325279fff082173 /src/screens/profile/CaptionScreen.tsx
parent5c5e53799dde337ca9baa298c218f5cf02764226 (diff)
parenteed77b91d4d10dece7c53a81eb92b8ac94cc1f77 (diff)
Merge pull request #265 from shravyaramesh/request-contacts-bug
[bugfix] Allow contacts does not close
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r--src/screens/profile/CaptionScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index 91aaa617..01e859ba 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -13,7 +13,7 @@ import {
} from 'react-native';
import {Button} from 'react-native-elements';
import {useDispatch, useSelector} from 'react-redux';
-import {MainStackParams} from 'src/routes';
+import {MainStackParams} from '../../routes';
import {SearchBackground, TaggBigInput} from '../../components';
import {CaptionScreenHeader} from '../../components/';
import TaggLoadingIndicator from '../../components/common/TaggLoadingIndicator';