aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-09 01:38:04 -0400
committerIvan Chen <ivan@tagg.id>2021-07-09 15:56:47 -0400
commit74d0ad5bab6f0d058fc03095fa0a313499162579 (patch)
tree2ca74c704d6d7d4693338ff84df747d7884c0771 /src/components/profile
parentf78bb9fea2128825d9c9cf4a64a7b78a288250b1 (diff)
Lint, Update service code to allow category edition
Diffstat (limited to 'src/components/profile')
-rw-r--r--src/components/profile/MomentMoreInfoDrawer.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/MomentMoreInfoDrawer.tsx b/src/components/profile/MomentMoreInfoDrawer.tsx
index 910aa095..493f6238 100644
--- a/src/components/profile/MomentMoreInfoDrawer.tsx
+++ b/src/components/profile/MomentMoreInfoDrawer.tsx
@@ -129,6 +129,7 @@ const MomentMoreInfoDrawer: React.FC<MomentMoreInfoDrawerProps> = (props) => {
screenType: screenType,
selectedTags: tags,
moment: moment,
+ selectedCategory: moment.moment_category,
});
};