aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/SocialMediaTaggs.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-11 16:53:24 -0500
committerGitHub <noreply@github.com>2021-02-11 16:53:24 -0500
commit2561d20e17a697726d6b77accf79c9da2d1f6ef6 (patch)
tree9e2fdacee1040a9e9f975a329846dfa60cf5f3a4 /src/screens/profile/SocialMediaTaggs.tsx
parent3bc52c4e021199c5b546d51cd238aad9a96852a7 (diff)
parent97e73f47622df32859964df4c94a4d419590bee2 (diff)
Merge pull request #237 from shravyaramesh/tma255-taggs-bar
[TMA255] Suggested People: Taggs bar
Diffstat (limited to 'src/screens/profile/SocialMediaTaggs.tsx')
-rw-r--r--src/screens/profile/SocialMediaTaggs.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/SocialMediaTaggs.tsx b/src/screens/profile/SocialMediaTaggs.tsx
index 1b6bb389..45d417a6 100644
--- a/src/screens/profile/SocialMediaTaggs.tsx
+++ b/src/screens/profile/SocialMediaTaggs.tsx
@@ -12,7 +12,7 @@ import {
} from '../../components';
import {AVATAR_GRADIENT} from '../../constants';
import {ProfileStackParams} from '../../routes';
-import {SimplePostType, TwitterPostType, SocialAccountType} from '../../types';
+import {SimplePostType, TwitterPostType, SocialAccountType, ScreenType} from '../../types';
import {AvatarHeaderHeight, SCREEN_HEIGHT} from '../../utils';
import {useSelector} from 'react-redux';
import {RootState} from '../../store/rootReducer';