diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-12-07 19:19:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-07 19:19:50 -0500 |
| commit | 84616a6143fea58899eafa915a73592eaad25361 (patch) | |
| tree | f99a662a1661348faa8d9836fb5a97ff687addf0 /src/components/profile/index.ts | |
| parent | a6dd130d5b89650e1ff134595c071f7f9c6be114 (diff) | |
[TMA-409] Delete Moments (#124)
* edit profile to use HeaderHeight instead of percentage
* delete moment done with TODOs for backend
* actually hitting the endpoint
* ops
* moved isProfileView check to drawer component
* misunderstood suggestion, now is better
* an extra layer of indirection
* fixed some bugs and code improvement
Diffstat (limited to 'src/components/profile/index.ts')
| -rw-r--r-- | src/components/profile/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/profile/index.ts b/src/components/profile/index.ts index 0f57347b..dc3872b1 100644 --- a/src/components/profile/index.ts +++ b/src/components/profile/index.ts @@ -5,4 +5,5 @@ export {default as ProfileBody} from './ProfileBody'; export {default as ProfileHeader} from './ProfileHeader'; export {default as ProfilePreview} from './ProfilePreview'; export {default as Followers} from './Followers'; -export {default as MoreInfoDrawer} from './MoreInfoDrawer'; +export {default as ProfileMoreInfoDrawer} from './ProfileMoreInfoDrawer'; +export {default as MomentMoreInfoDrawer} from './MomentMoreInfoDrawer'; |
