aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-25 15:37:34 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-05-25 15:37:34 -0700
commitb0b5f7aefb58aad74c4f75d521c7416d393e43f4 (patch)
tree314ac9dd68d9a99dac7083e4d224921af8ae5b46 /src/components/profile
parent534a90b35f3b6694cac2b99989b5f4777d2bdb19 (diff)
Fix lint error, Make function async
Diffstat (limited to 'src/components/profile')
-rw-r--r--src/components/profile/MomentMoreInfoDrawer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/MomentMoreInfoDrawer.tsx b/src/components/profile/MomentMoreInfoDrawer.tsx
index 1ac05fb0..3f8707e8 100644
--- a/src/components/profile/MomentMoreInfoDrawer.tsx
+++ b/src/components/profile/MomentMoreInfoDrawer.tsx
@@ -58,7 +58,7 @@ const MomentMoreInfoDrawer: React.FC<MomentMoreInfoDrawerProps> = (props) => {
});
};
- const handleRemoveTag = () => {
+ const handleRemoveTag = async () => {
setIsOpen(false);
setTimeout(() => {
Alert.alert(