Skip to content

Commit 4a08e6c

Browse files
committed
actually load the webcams from the remote data
1 parent b247025 commit 4a08e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/streaming/webcams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class WebcamsView extends React.PureComponent<void, Props, State> {
9494
renderItem={this.renderItem}
9595
refreshing={this.state.refreshing}
9696
onRefresh={this.refresh}
97-
data={this.props.webcams}
97+
data={this.state.webcams}
9898
numColumns={2}
9999
columnWrapperStyle={styles.row}
100100
contentContainerStyle={styles.container}

0 commit comments

Comments
 (0)