aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-25 14:40:43 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-05-25 14:40:43 -0700
commit534a90b35f3b6694cac2b99989b5f4777d2bdb19 (patch)
tree8e693262209d4f0e41b2ba20814951d9f2a2adf2
parent43e44ae964d3102949d8eb79d2525434826b97a0 (diff)
Fix lint error
-rw-r--r--src/components/moments/MomentPost.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/moments/MomentPost.tsx b/src/components/moments/MomentPost.tsx
index 72d669a2..1ab7c1fa 100644
--- a/src/components/moments/MomentPost.tsx
+++ b/src/components/moments/MomentPost.tsx
@@ -1,5 +1,5 @@
import React, {useEffect, useState} from 'react';
-import {Alert, StyleSheet, View} from 'react-native';
+import {StyleSheet, View} from 'react-native';
import {useSelector} from 'react-redux';
import {MomentPostContent, MomentPostHeader} from '.';
import {deleteMomentTag, loadMomentTags} from '../../services';