diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-01-27 19:32:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 19:32:21 -0500 |
| commit | 19d2a861f260c02031d951f3d43bff8ac672146d (patch) | |
| tree | 253abceb267dfb75ac9118995886ff152c1ba74b /src/screens/profile | |
| parent | 60d3d97ad6913369762877a9dbfdaac0473deb28 (diff) | |
| parent | dc9556867dd44b706c43678d40802a335ff40658 (diff) | |
Merge pull request #203 from IvanIFChen/tma577-profile-slowness
[TMA-577] Profile Slowness
Diffstat (limited to 'src/screens/profile')
| -rw-r--r-- | src/screens/profile/IndividualMoment.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/IndividualMoment.tsx b/src/screens/profile/IndividualMoment.tsx index 6b82b31c..ea0c8fb6 100644 --- a/src/screens/profile/IndividualMoment.tsx +++ b/src/screens/profile/IndividualMoment.tsx @@ -70,7 +70,7 @@ const IndividualMoment: React.FC<IndividualMomentProps> = ({ style={styles.postContent} momentId={item.moment_id} caption={item.caption} - pathHash={item.path_hash} + pathHash={item.moment_url} dateTime={item.date_created} screenType={screenType} /> |
