Add media add to header.

This commit is contained in:
Patrick Fic
2021-03-12 11:23:00 -07:00
parent a5ca1b61a3
commit b3e263c982
2 changed files with 25 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ export function JobListItem({ setCameraJob, setCameraJobId, item }) {
navigation.push("JobDetail", {
jobId: item.id,
title: item.ro_number || t("general.labels.na"),
job: item,
});
};