change and delete anomaly

This commit is contained in:
tuanvu
2025-12-11 21:19:11 +01:00
parent 72dafa13c9
commit bc566c4f7f
3 changed files with 60 additions and 19 deletions

View File

@@ -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 ? (