Skip to content

Commit

Permalink
removing items from array
Browse files Browse the repository at this point in the history
  • Loading branch information
lipskij committed Jul 14, 2023
1 parent bd4a130 commit 1a3854a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/quad-status/BottomStatusIcons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
export default {
props: {
lastReceivedTimestamp: { type: Number, default: 0 },
auxConfig: { type: Array, default: () => ["ARM"] },
auxConfig: { type: Array, default: () => [] },
},
computed: {
setActiveLink() {
Expand Down

0 comments on commit 1a3854a

Please sign in to comment.