Feature/notification system #26
1 changed files with 149 additions and 149 deletions
|
|
@ -211,7 +211,7 @@ export default function Incidents() {
|
|||
>
|
||||
{` - ${AddressApartment}`}
|
||||
</Text>
|
||||
) : null }
|
||||
) : null}
|
||||
<Text
|
||||
style={[{
|
||||
color: 'black',
|
||||
|
|
@ -278,7 +278,7 @@ export default function Incidents() {
|
|||
)
|
||||
})) : (
|
||||
<Text>There are no Calls</Text>
|
||||
) }
|
||||
)}
|
||||
</View>
|
||||
</ScrollView>
|
||||
<PageFooter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue