Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#849 Data Id undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Jun 8, 2017
1 parent ab7db3e commit ea46caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Window.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Window extends Component {
return;
}

const dataId = data.ID.value;
const dataId = data.ID && data.ID.value;

return(
<Tabs
Expand Down

0 comments on commit ea46caa

Please sign in to comment.