Skip to content

Commit

Permalink
Fix DeviceInRoom bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Aug 12, 2020
1 parent 654d73c commit d794b4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const RoomCard = ({ children, ...props }) => {
device.features.map(
(deviceFeature, deviceFeatureIndex) =>
props.box &&
props.box.device_features &&
props.box.device_features.indexOf(deviceFeature.selector) !== -1 && (
<DeviceRow
user={props.user}
Expand Down

0 comments on commit d794b4a

Please sign in to comment.