Skip to content

Commit

Permalink
fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Dec 5, 2024
1 parent c5372a4 commit 14bc3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/TraceRoutePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default {
computed: {
subtitle() {
if(this.traceRoute){
return `${this.formatDateTime(this.traceRoute.rxTime)} • on ${this.getChannelName(this.traceRoute.channel)}`;
return `${this.formatDateTime(this.traceRoute.timestamp)} • on ${this.getChannelName(this.traceRoute.channel)}`;
} else {
return `#${this.traceRouteId}`;
}
Expand Down

0 comments on commit 14bc3e8

Please sign in to comment.