aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-07-13 18:00:38 -0400
committerBrian Kim <brian@tagg.id>2021-07-13 18:00:38 -0400
commitd915d6e9fdd86aa35678d53b0b39b0038e3a8ac1 (patch)
tree4965095205ad5fb4fa3e1d6e82d3c784350b0353 /src/components/profile
parentb7cba594635f4a6de3582ba4845bfc9757632ba1 (diff)
parent68f05afdf2d4ca29df60761c3d8f8ee445c1804d (diff)
Merge with master
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,
});
};