fix formatting

This commit is contained in:
Matt DiMeglio 2025-08-10 10:14:56 -04:00
parent e32c8e108f
commit 34e0325f37

View file

@ -211,7 +211,7 @@ export default function Incidents() {
> >
{` - ${AddressApartment}`} {` - ${AddressApartment}`}
</Text> </Text>
) : null } ) : null}
<Text <Text
style={[{ style={[{
color: 'black', color: 'black',
@ -278,7 +278,7 @@ export default function Incidents() {
) )
})) : ( })) : (
<Text>There are no Calls</Text> <Text>There are no Calls</Text>
) } )}
</View> </View>
</ScrollView> </ScrollView>
<PageFooter> <PageFooter>