diff options
author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2020-10-24 16:12:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 19:12:39 -0400 |
commit | 84d283b44f2b6cecb757edcd94e717a36c3ba3c3 (patch) | |
tree | 532a6c415c57b90bb90243b2d99845bb3e93d058 /src/screens/profile/CaptionScreen.tsx | |
parent | 8b680e97ad4689493d2c398281cc0da8e333aa04 (diff) |
[TMA 301] Add follow/unfollow button to profile (#70)
* Follow Unfollow User
* Fixed an issue and moved api call to Content.tsx
* last
* Small changes
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 9417d1be..9a5cfb93 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -8,7 +8,7 @@ import {UserType} from '../../types'; import {RouteProp} from '@react-navigation/native'; import {ProfileStackParams} from 'src/routes'; import {StackNavigationProp} from '@react-navigation/stack'; -import {CaptionScreenHeader} from '../../components/profile'; +import {CaptionScreenHeader} from '../../components/'; import {MOMENTS_ENDPOINT} from '../../constants'; import {AuthContext} from '../../routes/authentication'; |