Sentry logging and minor UI
This commit is contained in:
@@ -43,7 +43,16 @@ function JobListItemComponent({ openImagePicker, item }) {
|
||||
const roNumber = item.ro_number || t("general.labels.na");
|
||||
|
||||
if (item.id === "footer-spacer") {
|
||||
return <View style={{ height: item.height || 64 }} />;
|
||||
return (
|
||||
//This has to be nested for some reason?
|
||||
<View>
|
||||
<View
|
||||
style={{
|
||||
height: item.height || 96,
|
||||
}}
|
||||
></View>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
return (
|
||||
<Pressable
|
||||
|
||||
Reference in New Issue
Block a user