Skip to content

Commit

Permalink
refactor: AircraftRow watch method
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Nov 17, 2023
1 parent 1b26249 commit d36d847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Authenticated/AircraftRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const callsignArrowDirection = computed((): string => {
const platform = useDisplay().platform;
watch(() => platform.value, (i) => {
watch(platform, (i) => {
mobile_platform.value = i.ios || i.android;
});
Expand Down

0 comments on commit d36d847

Please sign in to comment.