aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile
diff options
context:
space:
mode:
authorShravya Ramesh <37447613+shravyaramesh@users.noreply.github.com>2021-03-05 20:33:51 -0800
committerGitHub <noreply@github.com>2021-03-05 20:33:51 -0800
commit27925a267e9d279e29a1a1852891e392fdc4b3af (patch)
treef77ab55bf3f5cbd6190177058353ef01ad767711 /src/screens/profile
parent8e4d9135f0645b56665ad23d6de5dd0afa1ef444 (diff)
parent59bc015a22a0c50d6c64ecf7501c269dae59bfbd (diff)
Merge branch 'master' into badges-people-screen
Diffstat (limited to 'src/screens/profile')
-rw-r--r--src/screens/profile/SocialMediaTaggs.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/screens/profile/SocialMediaTaggs.tsx b/src/screens/profile/SocialMediaTaggs.tsx
index 45d417a6..466ba509 100644
--- a/src/screens/profile/SocialMediaTaggs.tsx
+++ b/src/screens/profile/SocialMediaTaggs.tsx
@@ -12,7 +12,12 @@ import {
} from '../../components';
import {AVATAR_GRADIENT} from '../../constants';
import {ProfileStackParams} from '../../routes';
-import {SimplePostType, TwitterPostType, SocialAccountType, ScreenType} 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';