aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 12:39:31 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 12:39:31 -0800
commit2360e774d94e271d1d9db0d5b92b801b9325535e (patch)
treea51dd5fb2d7a2d39f48d5631448ba58a4a6e693c /src/screens/profile
parent47053e42a60151f04cb8a18ea86e4a96d03103b8 (diff)
TMA-634-indentation and unused variables removed
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';