diff --git a/packages/app-mobile/components/buttons/CardButton.tsx b/packages/app-mobile/components/buttons/CardButton.tsx index a186fd593ff..3c344c2bcfe 100644 --- a/packages/app-mobile/components/buttons/CardButton.tsx +++ b/packages/app-mobile/components/buttons/CardButton.tsx @@ -11,7 +11,7 @@ export enum InstallState { interface Props { onPress: ()=> void; - disabled: boolean; + disabled?: boolean; children: React.ReactNode; style?: ViewStyle; testID?: string; diff --git a/packages/app-mobile/components/screens/ConfigScreen/plugins/PluginBox/index.tsx b/packages/app-mobile/components/screens/ConfigScreen/plugins/PluginBox/index.tsx index b933f8c2b62..73a86d4c925 100644 --- a/packages/app-mobile/components/screens/ConfigScreen/plugins/PluginBox/index.tsx +++ b/packages/app-mobile/components/screens/ConfigScreen/plugins/PluginBox/index.tsx @@ -70,7 +70,6 @@ const PluginBox: React.FC = props => { style={styles.cardContainer} onPress={props.onShowPluginInfo ? onPress : null} testID='plugin-card' - disabled={!props.isCompatible} >