diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-21 20:53:37 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 20:53:37 -0400 |
commit | 29cfccc7010aee6a5c5f47db4881810fa2b75b9f (patch) | |
tree | 1370c9e57d2709f65e3e6b891621ab65eab9db07 /src/components | |
parent | e2291c8c09937c75249230efbc680e82c4a72d95 (diff) |
Fix draggables
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/common/MomentTags.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/common/MomentTags.tsx b/src/components/common/MomentTags.tsx index fb9ef5be..04b0558b 100644 --- a/src/components/common/MomentTags.tsx +++ b/src/components/common/MomentTags.tsx @@ -30,7 +30,6 @@ const MomentTags: React.FC<MomentTagsProps> = ({ if (!tags) { return null; } - return editing && deleteFromList ? ( <> {tags.map((tag) => ( |