Skip to content

Commit

Permalink
fix transition spinner on deviceS view
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Mar 1, 2025
1 parent b610f0b commit fc31380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Devices/DeviceCard/DeviceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const DeviceCard = ({
() => {
setLoading(false)
},
virtuals[virtId].config.transition_time * 1000 || 5000
(virtuals[virtId].config.transition_time || 0) * 1000
)
}}
style={{
Expand Down

0 comments on commit fc31380

Please sign in to comment.