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 (