Upload improvements for imgproxy.
This commit is contained in:
@@ -95,7 +95,7 @@ function JobTombstone({ bodyshop }) {
|
||||
<RefreshControl refreshing={loading} onRefresh={onRefresh} />
|
||||
}
|
||||
>
|
||||
<Card>
|
||||
<Card mode="outlined">
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.jobinfo")}
|
||||
titleVariant="titleLarge"
|
||||
@@ -132,7 +132,7 @@ function JobTombstone({ bodyshop }) {
|
||||
</Card.Content>
|
||||
</Card>
|
||||
|
||||
<Card>
|
||||
<Card mode="outlined">
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.claiminformation")}
|
||||
titleVariant="titleLarge"
|
||||
@@ -164,7 +164,7 @@ function JobTombstone({ bodyshop }) {
|
||||
</View>
|
||||
</Card.Content>
|
||||
</Card>
|
||||
<Card>
|
||||
<Card mode="outlined">
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.employeeassignments")}
|
||||
titleVariant="titleLarge"
|
||||
@@ -211,7 +211,7 @@ function JobTombstone({ bodyshop }) {
|
||||
/>
|
||||
</Card.Content>
|
||||
</Card>
|
||||
<Card>
|
||||
<Card mode="outlined">
|
||||
<Card.Title
|
||||
title={t("jobdetail.labels.dates")}
|
||||
titleVariant="titleLarge"
|
||||
|
||||
Reference in New Issue
Block a user