Skip to content

Commit 029af05

Browse files
committed
Update BrowserCell.react.js
1 parent 6568ec7 commit 029af05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BrowserCell/BrowserCell.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default class BrowserCell extends Component {
6868
this.props.appId,
6969
this.props.value.className
7070
);
71-
let value = this.props.value;
71+
let value = this.props.value;
7272
let dataValue = this.props.value.id || this.props.value.objectId;
7373
if (defaultPointerKey !== 'objectId') {
7474
dataValue = this.props.value.get(defaultPointerKey);

0 commit comments

Comments
 (0)