Skip to content

Commit

Permalink
Revert "Time not observing -> Time lost"
Browse files Browse the repository at this point in the history
This reverts commit 876d2c4.
  • Loading branch information
albireox committed Nov 12, 2024
1 parent 876d2c4 commit 1ad3c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/night-logs/[[...mjd]]/sections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ function Metrics(props: MetricsProps) {
<List.Item>Night length: {secondsToHM(data.night_length)} hours</List.Item>
<List.Item>Number of object exposures: {data.n_object_exps}</List.Item>
<List.Item>
Time lost:{' '}
Time not observing:{' '}
{data.night_started ? `${secondsToHM(data.time_lost)} hours` : 'N/A'}
</List.Item>
<List.Item>
Expand Down

0 comments on commit 1ad3c9e

Please sign in to comment.