change and delete anomaly
This commit is contained in:
@@ -4,7 +4,6 @@ import React from 'react';
|
||||
import { Image, StyleProp, StyleSheet, View, ViewStyle } from 'react-native';
|
||||
import { ThemedText } from './themed-text';
|
||||
|
||||
|
||||
type Props = {
|
||||
data: {
|
||||
chantier:Chantier|null;
|
||||
@@ -13,8 +12,6 @@ type Props = {
|
||||
};
|
||||
|
||||
export default function ChantierSummary({data,style , ...otherProps }: Props) {
|
||||
|
||||
|
||||
return(
|
||||
<View style={style}>
|
||||
{data.chantier ? (
|
||||
|
||||
Reference in New Issue
Block a user