aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs
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/components/taggs
parentb1dee65ee7bb8e120fc38a495f4027905d300650 (diff)
parent10aa8805038f07b1affdcfa1b924810a2c89bee1 (diff)
Merge pull request #242 from ankit-thanekar007/tma-634-badge-selection-screen
Badge Screen UI Changes
Diffstat (limited to 'src/components/taggs')
-rw-r--r--src/components/taggs/SocialMediaInfo.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/SocialMediaInfo.tsx b/src/components/taggs/SocialMediaInfo.tsx
index 8f5f38c1..5497226c 100644
--- a/src/components/taggs/SocialMediaInfo.tsx
+++ b/src/components/taggs/SocialMediaInfo.tsx
@@ -1,6 +1,6 @@
import React from 'react';
import {StyleSheet, Text, View} from 'react-native';
-import { ScreenType } from '../../types';
+import {ScreenType} from '../../types';
import {SocialIcon} from '../common';
import {handleOpenSocialUrlOnBrowser} from '../../utils';