added style to table
This commit is contained in:
@@ -93,7 +93,7 @@ export function LaborAllocationsTable({ jobId, bodyshop, technician }) {
|
||||
keyExtractor={(item) => item.cost_center}
|
||||
ItemSeparatorComponent={<Divider orientation="vertical" />}
|
||||
renderItem={(object) => (
|
||||
<DataTable.Row>
|
||||
<DataTable.Row style={{ flex: 1, justifyContent:"space-evenly" }}>
|
||||
<View style={{ flex: 1, alignItems: "flex-start" }}>
|
||||
<Text>
|
||||
{object.item.cost_center} {" ("}
|
||||
|
||||
Reference in New Issue
Block a user