Feature/notification system #26
1 changed files with 149 additions and 149 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue