Skip to content

Commit

Permalink
use new filters option
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevie-Ray committed Jul 16, 2024
1 parent 4bbefd6 commit 721fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/WorkoutBluetooth/WorkoutBluetooth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const onSuccess = async () => {
output.value = JSON.stringify(data)
})
if (device.value?.name === Motherboard.name) {
if (device.value?.name === Motherboard.filters.some((filter) => filter.name)) {
await battery(device.value)
await info(device.value)
}
Expand Down

0 comments on commit 721fbd3

Please sign in to comment.