aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-03-05 17:21:20 -0500
committerGitHub <noreply@github.com>2021-03-05 17:21:20 -0500
commit1519e67cb495282ad436796abfa3236ceb31cb10 (patch)
tree87956d553704f3f42d86fe0f8db68e572ac817c5 /src/screens/profile
parentb1dee65ee7bb8e120fc38a495f4027905d300650 (diff)
parent10aa8805038f07b1affdcfa1b924810a2c89bee1 (diff)
Merge pull request #242 from ankit-thanekar007/tma-634-badge-selection-screen
Badge Screen UI Changes
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';