From 6b65929115e031d0bdbb9d663f6a83e9a46a09e1 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 15 Jul 2021 15:26:45 -0400 Subject: Remove floor for z index --- src/screens/profile/CaptionScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 = ({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, })); }; -- cgit v1.2.3-70-g09d2