From c13c9550bd06655aa119a8b8fc856d9fad52f206 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 6 Sep 2024 09:21:21 +0530 Subject: [PATCH] round off width passed to rn-hole-view --- src/quo/components/profile/profile_card/view.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quo/components/profile/profile_card/view.cljs b/src/quo/components/profile/profile_card/view.cljs index 9b3b22cf137..8279c912133 100644 --- a/src/quo/components/profile/profile_card/view.cljs +++ b/src/quo/components/profile/profile_card/view.cljs @@ -43,7 +43,7 @@ [] [{:x 20 :y 108 - :width (- width 40) + :width (- (int width) 40) :height 50 :borderRadius 16}])} [rn/view