Feature/notification system #26

Open
mattdimegs wants to merge 34 commits from feature/notification-system into main
Showing only changes of commit 34e0325f37 - Show all commits

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>