aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/screens/profile/CaptionScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx
index 09a82e32..f0d24f96 100644
--- a/src/screens/profile/CaptionScreen.tsx
+++ b/src/screens/profile/CaptionScreen.tsx
@@ -158,7 +158,7 @@ const CaptionScreen: React.FC<CaptionScreenProps> = ({route, navigation}) => {
return tags.map((tag) => ({
x: tag.x,
y: tag.y,
- z: Math.floor(tag.z),
+ z: tag.z,
user_id: tag.user.id,
}));
};