Feature/notification system #26
1 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ export default function Incidents() {
|
|||
) : null}
|
||||
</View>
|
||||
</View>
|
||||
<View style={{ flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between' }}>
|
||||
<View style={{ flexDirection: 'row', alignItems: 'center' }}>
|
||||
<SelectedIcon
|
||||
color={callColorSelector(
|
||||
incNatureCodeDesc,
|
||||
|
|
@ -178,7 +178,7 @@ export default function Incidents() {
|
|||
width={56}
|
||||
height={56}
|
||||
/>
|
||||
<View style={{ flexDirection: 'column' }}>
|
||||
<View style={{ flex: 1, flexDirection: 'column', alignItems: 'flex-start', paddingHorizontal: 2, maxWidth: '80%' }}>
|
||||
{locationName ? (
|
||||
<Text
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue