From db65e80dbc011aa58b0879d9df32540e50fad4cd Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 28 Apr 2025 12:26:12 +0500 Subject: [PATCH] mobile: fix crash on delete item --- apps/mobile/app/components/properties/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/mobile/app/components/properties/index.js b/apps/mobile/app/components/properties/index.js index 9d8fd4e09..56acc0325 100644 --- a/apps/mobile/app/components/properties/index.js +++ b/apps/mobile/app/components/properties/index.js @@ -58,7 +58,6 @@ const Line = ({ top = 6, bottom = 6 }) => { export const Properties = ({ close = () => {}, item, buttons = [] }) => { const { colors } = useThemeColors(); - const isColor = !!ColorValues[item.title]; if (!item || !item.id) { return (