diff options
| author | Brian Kim <brian@tagg.id> | 2021-07-13 18:00:38 -0400 |
|---|---|---|
| committer | Brian Kim <brian@tagg.id> | 2021-07-13 18:00:38 -0400 |
| commit | d915d6e9fdd86aa35678d53b0b39b0038e3a8ac1 (patch) | |
| tree | 4965095205ad5fb4fa3e1d6e82d3c784350b0353 /src/components/profile | |
| parent | b7cba594635f4a6de3582ba4845bfc9757632ba1 (diff) | |
| parent | 68f05afdf2d4ca29df60761c3d8f8ee445c1804d (diff) | |
Merge with master
Diffstat (limited to 'src/components/profile')
| -rw-r--r-- | src/components/profile/MomentMoreInfoDrawer.tsx | 1 |
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, }); }; |
