Skip to content

Commit

Permalink
editing guano metadata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Apr 10, 2024
1 parent 46732c5 commit c1c08be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/views/Recordings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ export default defineComponent({
time: item.recorded_time,
public: item.public,
id: item.id,
siteName: item.site_name,
software: item.software,
detector: item.detector,
speciesList: item.species_list,
unusualOccurrences: item.unusual_occurrences,
};
if (item.recording_location) {
const [ lon, lat ] = item.recording_location.coordinates;
Expand Down

0 comments on commit c1c08be

Please sign in to comment.